1
0
Fork 0
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:
aclist 2024-08-05 06:08:05 +09:00
parent e6244370dd
commit 138a6ff7c8
2 changed files with 3 additions and 3 deletions
helpers

View file

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