Skip to content

Commit

Permalink
Fix path to icon
Browse files Browse the repository at this point in the history
  • Loading branch information
matterhorn103 committed May 21, 2024
1 parent 36a9f44 commit 6a79774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mora_the_explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ def set_dark_mode(app):
window.show()


app.setWindowIcon(QIcon("explorer.ico"))
app.setWindowIcon(QIcon(str(rsrc_dir / "explorer.ico")))
app.exec()

0 comments on commit 6a79774

Please sign in to comment.