fix: grab focus on tree

This commit is contained in:
aclist 2026-05-08 11:44:56 +09:00
parent b2cec8cbdf
commit a0f5d3ea23

View File

@ -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."