diff --git a/dzgui.sh b/dzgui.sh index 11db2f9..9773334 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -588,7 +588,7 @@ fetch_helpers_by_sum(){ ["funcs"]="b3a45a42bc748dbcbebcd1a7748609cd" ["query_v2.py"]="55d339ba02512ac69de288eb3be41067" ["servers.py"]="4c5013aaf694806cfecd4f1c905bdc9a" - ["ui.py"]="4bddab2e4672cb2fadb80575576ce5b2" + ["ui.py"]="5335d86ef1dae543894cd8bdff67b018" ["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397" ) local author="aclist" diff --git a/helpers/ui.py b/helpers/ui.py index a6e7a7d..19a9770 100644 --- a/helpers/ui.py +++ b/helpers/ui.py @@ -3605,7 +3605,7 @@ class Options(Gtk.Box): # prevent triggering on initial init if App.treeview.subpage is None: return - # TODO: process_toggle(RowType.TGL_BRANCH) + process_toggle(RowType.TGL_BRANCH) def _on_radio_toggled( self, button: Gtk.RadioButton, context: Preferences