chore: uncomment todo

This commit is contained in:
aclist 2025-08-09 15:47:22 +09:00
parent cff4a2e1e7
commit 3d91e07d25
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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