mirror of https://github.com/borgbase/vorta
Set application name (#666)
This commit is contained in:
parent
856fb73f14
commit
2eb4b157e4
|
@ -45,6 +45,7 @@ class VortaApp(QtSingleApplication):
|
|||
|
||||
self.setQuitOnLastWindowClosed(False)
|
||||
self.scheduler = VortaScheduler(self)
|
||||
self.setApplicationName("Vorta")
|
||||
|
||||
# Prepare system tray icon
|
||||
self.tray = TrayMenu(self)
|
||||
|
|
Loading…
Reference in New Issue