Compare commits

...

2 Commits

Author SHA1 Message Date
BodgeMaster 4e193da02f idk what happened since last commit, probably just a FIXME comment 2022-03-19 04:46:36 +01:00
BodgeMaster 12f6c98697 added a file to put all the GUI stuff in 2022-02-19 05:29:48 +01:00
2 changed files with 4 additions and 0 deletions

2
gui_handler.py Normal file
View File

@ -0,0 +1,2 @@
# -*- coding: utf-8 -*-

View File

@ -115,6 +115,8 @@ menu_structure = {
}
}
#FIXME: come up with a way to uniquely declare separators so they don't become the same element of a dict
def build_menu(structure_dict, menu):
for entry in structure_dict:
if structure_dict[entry]==None: