mirror of
https://github.com/aclist/dztui.git
synced 2025-07-15 20:18:49 +02:00
fix: process lan option contextually
This commit is contained in:
parent
e6244370dd
commit
138a6ff7c8
2 changed files with 3 additions and 3 deletions
helpers
|
@ -1186,7 +1186,7 @@ class TreeView(Gtk.TreeView):
|
|||
right_panel = outer.grid.right_panel
|
||||
filters_vbox = right_panel.filters_vbox
|
||||
|
||||
valid_contexts = ["Server browser", "My saved servers", "Recent servers"]
|
||||
valid_contexts = ["Server browser", "My saved servers", "Recent servers", "Scan LAN servers"]
|
||||
if chosen_row in valid_contexts:
|
||||
# server contexts share the same model type
|
||||
for check in checks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue