Changing notification size

This commit is contained in:
Vinicius Moreira
2019-06-17 14:10:07 -03:00
parent 30fe0c62fa
commit 5cd23a481b
2 changed files with 1 additions and 180 deletions

View File

@@ -63,7 +63,7 @@ class TrayIcon(QSystemTrayIcon):
self.setToolTip(msg)
if bool(os.getenv('FPAKMAN_UPDATE_NOTIFICATION', 1)):
os.system("notify-send -i {} '{}'".format(resource.get_path('img/flathub_10.svg'), msg))
os.system("notify-send -i {} '{}'".format(resource.get_path('img/flathub_45.svg'), msg))
if self.manage_window:
self.manage_window.refresh()