Compare commits
2 Commits
b5124686bf
...
4e193da02f
Author | SHA1 | Date |
---|---|---|
BodgeMaster | 4e193da02f | |
BodgeMaster | 12f6c98697 |
|
@ -0,0 +1,2 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
|
@ -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