1
0
Fork 0
mirror of synced 2024-09-28 15:31:14 +12:00

Change icon at tray_icon.py

This commit is contained in:
Dummerle 2021-04-10 15:39:55 +02:00 committed by GitHub
parent 28106cf9a6
commit bab002fbbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ from qtawesome import icon
class TrayIcon(QSystemTrayIcon):
def __init__(self, parent):
super(TrayIcon, self).__init__(parent)
self.setIcon(icon("ei.cogs", color="white")) # TODO change icon to logo
self.setIcon(icon("fa.gamepad", color="white")) # TODO change icon to logo
self.setVisible(True)
self.setToolTip("Rare")