mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-15 10:42:06 +03:00
fixed app name
This commit is contained in:
parent
1487d14f56
commit
dda52e621e
@ -140,7 +140,7 @@ class SystemTrayIcon(QtGui.QSystemTrayIcon):
|
||||
else:
|
||||
#time.sleep(0.5)
|
||||
self.myapp = Window()
|
||||
self.myapp.setWindowTitle("Authenticator Authenticator")
|
||||
self.myapp.setWindowTitle("Yubico Authenticator")
|
||||
self.myapp.setWindowIcon(QtGui.QIcon(os.path.join(basedir, YUBICO_ICON)))
|
||||
self.myapp.show()
|
||||
self.myapp.activateWindow()
|
||||
|
Loading…
Reference in New Issue
Block a user