From 2f1a480bc48667b39b3659b4e99a03ae76270783 Mon Sep 17 00:00:00 2001 From: Eric Lay Date: Thu, 7 Dec 2023 20:49:55 -0600 Subject: [PATCH] Update systrayUpdater --- systrayUpdater | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systrayUpdater b/systrayUpdater index 81d025b..a32f611 100755 --- a/systrayUpdater +++ b/systrayUpdater @@ -37,7 +37,6 @@ def count(): if outputCount == 0: tray.setVisible(False) else: - tray.setVisible(True) menu.clear() menu.addAction(runUpdate) menu.addAction(readNews) @@ -47,6 +46,7 @@ def count(): global avail avail = str(outputCount)+" Updates" tray.setToolTip(avail) + tray.setVisible(True) # Read the News # Get pkg info