Last commit rollback

This commit is contained in:
Vinicius Moreira
2019-06-17 14:55:32 -03:00
parent 0ce4f4bde7
commit 7ffbbf3224
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

View File

@@ -38,8 +38,8 @@ class TrayIcon(QSystemTrayIcon):
self.locale_keys = locale_keys
self.controller = controller
self.icon_default = QIcon(resource.get_path('img/flathub_45.png'))
self.icon_update = QIcon(resource.get_path('img/update_logo.png'))
self.icon_default = QIcon(resource.get_path('img/flathub_45.svg'))
self.icon_update = QIcon(resource.get_path('img/update_logo.svg'))
QSystemTrayIcon.__init__(self, self.icon_default, parent)
self.menu = QMenu(parent)