mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
Always toggle select mode after remove all
This commit is contained in:
parent
f69bd36d50
commit
7ffc7a4e0a
1 changed files with 1 additions and 2 deletions
|
@ -167,8 +167,7 @@ class Window(Gtk.ApplicationWindow):
|
|||
self.list_box.remove(row)
|
||||
self.list_box.unselect_all()
|
||||
confirmation.destroy()
|
||||
if self.app.auth.count() == 0:
|
||||
self.toggle_select()
|
||||
self.toggle_select()
|
||||
self.refresh_window()
|
||||
|
||||
def generate_login_form(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue