mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
fix a typo
This commit is contained in:
parent
cd7b49fd65
commit
43307925e2
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class Application(Gtk.Application):
|
|||
if Gtk.get_major_version() >= 3 and Gtk.get_minor_version() >= 20:
|
||||
cssFileName = "gnome-twofactorauth-post3.20.css"
|
||||
else:
|
||||
cssFileName = "ggnome-twofactorauth-pre3.20.css"
|
||||
cssFileName = "gnome-twofactorauth-pre3.20.css"
|
||||
cssProviderFile = Gio.File.new_for_uri('resource:///org/gnome/TwoFactorAuth/%s' % cssFileName)
|
||||
cssProvider = Gtk.CssProvider()
|
||||
screen = Gdk.Screen.get_default()
|
||||
|
|
Loading…
Add table
Reference in a new issue