mirror of
https://github.com/pdxlocations/contact.git
synced 2026-05-03 20:12:14 +02:00
* working changes * Reduce redraws in settings (#66) * Reduce redraws in settings * Fix drawing sensitive settings in red * Update other settings to use new color API * Update reduce redraw changes to use new color API * Fix highlight/unhighlight red settings * add settings colors * format json file --------- Co-authored-by: Russell Schmidt <russ@sumonkey.com>
12 lines
221 B
Python
12 lines
221 B
Python
interface = None
|
|
display_log = False
|
|
all_messages = {}
|
|
channel_list = []
|
|
notifications = set()
|
|
packet_buffer = []
|
|
node_list = []
|
|
myNodeNum = 0
|
|
selected_channel = 0
|
|
selected_message = 0
|
|
selected_node = 0
|
|
current_window = 0 |