adding png logo icons to work with more recent KDE Plasma versions

This commit is contained in:
Vinicius Moreira
2019-07-01 19:16:22 -03:00
parent 70476bc4b7
commit d8397797a9
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@@ -54,8 +54,8 @@ class TrayIcon(QSystemTrayIcon):
self.locale_keys = locale_keys
self.manager = manager
self.icon_default = QIcon(resource.get_path('img/logo.svg'))
self.icon_update = QIcon(resource.get_path('img/logo_update.svg'))
self.icon_default = QIcon(resource.get_path('img/logo.png'))
self.icon_update = QIcon(resource.get_path('img/logo_update.png'))
self.setIcon(self.icon_default)
self.menu = QMenu()