mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 04:44:15 +02:00
Refresh fix
This commit is contained in:
@@ -67,7 +67,7 @@ class TrayIcon(QSystemTrayIcon):
|
|||||||
if bool(os.getenv('FPAKMAN_UPDATE_NOTIFICATION', 1)):
|
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_10.svg'), msg))
|
||||||
|
|
||||||
if self.manage_window and not self.manage_window.isHidden():
|
if self.manage_window:
|
||||||
self.manage_window.refresh()
|
self.manage_window.refresh()
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user