mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
focus account name entry by default
This commit is contained in:
parent
0f7d38ad23
commit
9912983511
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@ class AddAccount(Gtk.Window):
|
|||
applications_choose_window.present()
|
||||
self.step = 2
|
||||
else:
|
||||
self.name_entry.grab_focus_without_selecting()
|
||||
self.show_all()
|
||||
|
||||
def close_window(self, *args):
|
||||
|
|
Loading…
Add table
Reference in a new issue