Skip to content

Commit

Permalink
username buttun mode show when select from list
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Aug 2, 2023
1 parent eef6468 commit a5953ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/module/userlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def user_button_event(widget):
username = widget.username
loginwindow.o("ui_entry_search_user").set_text("")
loginwindow.o("ui_popover_userlist").popdown()
loginwindow.o("ui_stack_username").set_visible_child_name("show")
loginwindow.err_handler()
loginwindow.o("ui_entry_username").set_text(username)
lightdm.set(username=username)
Expand Down

0 comments on commit a5953ed

Please sign in to comment.