idk what happened since last commit, probably just a FIXME comment
parent
12f6c98697
commit
4e193da02f
|
@ -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:
|
||||
|
|
Reference in New Issue