Set application name (#666)

This commit is contained in:
Samuel Woon 2020-09-21 22:15:07 -05:00 committed by GitHub
parent 856fb73f14
commit 2eb4b157e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)