mirror of
https://github.com/aclist/dztui.git
synced 2026-08-26 17:57:06 +02:00
fix: grab focus on tree
This commit is contained in:
parent
b2cec8cbdf
commit
a0f5d3ea23
@ -305,6 +305,7 @@ class PreConnectionAssistant(Gtk.ScrolledWindow):
|
||||
self.progress_box.set_visible(True)
|
||||
self.raise_window.set_visible(True)
|
||||
self.mods_placeholder.set_visible(False)
|
||||
self.tree.grab_focus()
|
||||
|
||||
# TODO: strings
|
||||
suffix = "All mods are up to date."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user