Skip to content

Commit

Permalink
Merge pull request #7 from tokejepsen/fix_compatibility
Browse files Browse the repository at this point in the history
Remove icon from tray message.
  • Loading branch information
BigRoy authored Jul 3, 2018
2 parents 89b6f62 + ec0fe1c commit 56041db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions launcher/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 56041db

Please sign in to comment.