mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 21:32:36 +01:00
chore: uncomment
This commit is contained in:
parent
9fdc123e2c
commit
fbb133eeb2
2 changed files with 6 additions and 4 deletions
4
dzgui.sh
4
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
|
||||
|
|
|
@ -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():
|
||||
|
|
Loading…
Reference in a new issue