Skip to content

Commit e461411

Browse files
committed
username entry enter event focus to password entry
1 parent e1e3c41 commit e461411

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/module/gtkwindow.py

+2
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ def __event_username_entry_clicked(self, widget=None):
223223
" ", "") == "root")
224224
if is_root:
225225
return
226+
if not lightdm.get_is_reset():
227+
self.o("ui_entry_password").grab_focus()
226228
self.__event_username_entry_changed(widget)
227229

228230
def __event_username_entry_changed(self, w=None):

0 commit comments

Comments
 (0)