mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 13:22:35 +01:00
fix: process lan option contextually
This commit is contained in:
parent
e6244370dd
commit
138a6ff7c8
2 changed files with 3 additions and 3 deletions
4
dzgui.sh
4
dzgui.sh
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
set -o pipefail
|
||||
|
||||
version=5.3.3-beta.3
|
||||
version=5.3.3-beta.4
|
||||
|
||||
#CONSTANTS
|
||||
aid=221100
|
||||
|
@ -535,7 +535,7 @@ fetch_helpers_by_sum(){
|
|||
[[ -f "$config_file" ]] && source "$config_file"
|
||||
declare -A sums
|
||||
sums=(
|
||||
["ui.py"]="9755d63904fb63dc48eff3397a31de17"
|
||||
["ui.py"]="c62e84ddd1457b71a85ad21da662b9af"
|
||||
["query_v2.py"]="55d339ba02512ac69de288eb3be41067"
|
||||
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
|
||||
["funcs"]="2ebe0f7072f7a9459007b1d9d09e2f4f"
|
||||
|
|
|
@ -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…
Reference in a new issue