fix: add focus on start (#11)

This commit is contained in:
0xMRTT 2023-05-04 14:21:15 +02:00
parent 7870cfc843
commit f7442dfe71
Signed by: 0xMRTT
GPG Key ID: 19C1449A774028BD

View File

@ -132,6 +132,9 @@ class BavarderApplication(Adw.Application):
if p.slug == self.latest_provider:
self.win.provider_selector.set_selected(k)
break
self.win.prompt_text_view.grab_focus()
def on_provider_selector_notify(self, _unused, pspec):
self.win.banner.set_revealed(False)