Extract the Options tab into gui/options.py #128
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Moves out of AqomuiGui (#83):
setOptiontab,read_option_change,restoreDefaults,cancelOptions,config_listshow_firewall_editor/firewall_update, withFirewallEditorriding along from widgets.py (sole consumer)Interface: populate(settings) in, options_saved(partial dict) out.
save_optionsstays with the composer: it is the service-facing apply path (cfgupdate/fwupdate/load_firewall/bypass plus cross-tab side effects — bypass tab button, latency recheck) and has callers outside this tab (scripts save, bypass network edits).Tangle: #87 questions the firewall feature the editor configures.