Fix in icon.pnmg
This commit is contained in:
parent
9ebad5610e
commit
305b6060fa
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ app = QApplication([])
|
|||
app.setQuitOnLastWindowClosed(False)
|
||||
|
||||
# Adding an icon
|
||||
icon = QIcon("icon.png")
|
||||
icon = QIcon("./icon.png")
|
||||
|
||||
# Adding item on the menu bar
|
||||
tray = QSystemTrayIcon()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue