mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 21:32:36 +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
|
#!/usr/bin/env bash
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
version=5.3.3-beta.3
|
version=5.3.3-beta.4
|
||||||
|
|
||||||
#CONSTANTS
|
#CONSTANTS
|
||||||
aid=221100
|
aid=221100
|
||||||
|
@ -535,7 +535,7 @@ fetch_helpers_by_sum(){
|
||||||
[[ -f "$config_file" ]] && source "$config_file"
|
[[ -f "$config_file" ]] && source "$config_file"
|
||||||
declare -A sums
|
declare -A sums
|
||||||
sums=(
|
sums=(
|
||||||
["ui.py"]="9755d63904fb63dc48eff3397a31de17"
|
["ui.py"]="c62e84ddd1457b71a85ad21da662b9af"
|
||||||
["query_v2.py"]="55d339ba02512ac69de288eb3be41067"
|
["query_v2.py"]="55d339ba02512ac69de288eb3be41067"
|
||||||
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
|
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
|
||||||
["funcs"]="2ebe0f7072f7a9459007b1d9d09e2f4f"
|
["funcs"]="2ebe0f7072f7a9459007b1d9d09e2f4f"
|
||||||
|
|
|
@ -1186,7 +1186,7 @@ class TreeView(Gtk.TreeView):
|
||||||
right_panel = outer.grid.right_panel
|
right_panel = outer.grid.right_panel
|
||||||
filters_vbox = right_panel.filters_vbox
|
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:
|
if chosen_row in valid_contexts:
|
||||||
# server contexts share the same model type
|
# server contexts share the same model type
|
||||||
for check in checks:
|
for check in checks:
|
||||||
|
|
Loading…
Reference in a new issue