From ec0fe1c125914f9462e83b6aefea8f2aa7b29eb4 Mon Sep 17 00:00:00 2001 From: Toke Jepsen Date: Mon, 2 Jul 2018 17:31:56 +0200 Subject: [PATCH] Remove icon from tray message. --- launcher/app.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/launcher/app.py b/launcher/app.py index f5d77d9..75619b7 100644 --- a/launcher/app.py +++ b/launcher/app.py @@ -118,8 +118,7 @@ def on_tray_activated(reason): self._tray = tray tray.show() - tray.showMessage("Avalon", "Launcher tray started.", - self.windowIcon(), 500) + tray.showMessage("Avalon", "Launcher tray started.", 500) def main(root, demo=False):