diff --git a/gui_helper.py b/gui_helper.py index c0e9095..f4d5a23 100644 --- a/gui_helper.py +++ b/gui_helper.py @@ -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: