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