From fbb133eeb2f12383725d85125c6ccb02f0ddcd89 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Thu, 21 Nov 2024 17:34:47 +0900 Subject: [PATCH] chore: uncomment --- dzgui.sh | 4 ++-- helpers/ui.py | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dzgui.sh b/dzgui.sh index 454b930..f13c3d2 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -569,7 +569,7 @@ fetch_helpers_by_sum(){ [[ -f "$config_file" ]] && source "$config_file" declare -A sums sums=( - ["ui.py"]="27ef5c9b811011521c81985ee2b32bb4" + ["ui.py"]="b58e0d80cb3e1b927e66866a3911a860" ["query_v2.py"]="55d339ba02512ac69de288eb3be41067" ["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397" ["funcs"]="75afe0be7e73af2fb6a7e423b5ac9159" @@ -886,7 +886,7 @@ initial_setup(){ watcher_deps check_architecture test_connection -# fetch_helpers > >(pdialog "Checking helper files") + fetch_helpers > >(pdialog "Checking helper files") varcheck source "$config_file" lock diff --git a/helpers/ui.py b/helpers/ui.py index 123962f..114c898 100644 --- a/helpers/ui.py +++ b/helpers/ui.py @@ -1228,11 +1228,13 @@ class TreeView(Gtk.TreeView): return index def _on_tree_selection_changed(self, selection): + # no statusbar queue on quad tables + if self.view == WindowContext.TABLE_MODS or context == "Timestamp": + return + grid = self.get_outer_grid() context = self.get_first_col() row_sel = self.get_column_at_index(0) - if context == "Mod" or context == "Timestamp": - return logger.info("Tree selection for context '%s' changed to '%s'" %(context, row_sel)) if self.current_proc and self.current_proc.is_alive():