From 4e193da02fe261313add98fb4d7fa92f3bf75556 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Sat, 19 Mar 2022 04:46:36 +0100 Subject: [PATCH] idk what happened since last commit, probably just a FIXME comment --- gui_helper.py | 2 ++ 1 file changed, 2 insertions(+) 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: