mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
An other typo fix
This commit is contained in:
parent
e0d9cb1482
commit
1fecdc89af
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ class AddAccount(Gtk.Window):
|
|||
self.add_account()
|
||||
return True
|
||||
|
||||
if event.state & Gdk.ModifierType.CONTROL_MASK:
|
||||
if key_event.state & Gdk.ModifierType.CONTROL_MASK:
|
||||
if key_name == 's':
|
||||
self.on_qr_scan()
|
||||
return True
|
||||
|
|
Loading…
Add table
Reference in a new issue