From 3e64c80a97d5c2c27e96e048aaabcafd764e6777 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Thu, 13 Jun 2019 21:37:14 -0300 Subject: [PATCH] Refresh fix --- view/qt/systray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/qt/systray.py b/view/qt/systray.py index f822ccbf..9e22b1d8 100755 --- a/view/qt/systray.py +++ b/view/qt/systray.py @@ -67,7 +67,7 @@ class TrayIcon(QSystemTrayIcon): if bool(os.getenv('FPAKMAN_UPDATE_NOTIFICATION', 1)): os.system("notify-send -i {} '{}'".format(resource.get_path('img/flathub_10.svg'), msg)) - if self.manage_window and not self.manage_window.isHidden(): + if self.manage_window: self.manage_window.refresh() else: