Extract the Bypass tab into gui/bypass.py #130
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):
select_application,add_bypass_app,del_bypass_app,pop_bypassAppList, the AutostartWatcher wiring (refresh_autostart_entries)select_network,add_bypass_net,del_bypass_net,pop_bypassNetListAppSelectorandscan_desktop_filesfrom widgets.py;NetworkEntryDialogfolds in from gui/netbypass.py (this screen is its only consumer)Interface: bypass_dict in/out, a save-options callback for network entries, connect_bypass(server) out for the starred-server combo.
Tangles: the vpn combo lists favourites — a catalog query (#125). The module name shadows service-side aqomui/bypass.py for readers (no import conflict across packages); decide at extraction time whether to keep it.