Skip to content

Commit

Permalink
Fix window icon path and update icon. (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoTavares committed Oct 28, 2020
1 parent 3b04eda commit 2c7cf0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuegui/cuegui/Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def startup(app_name, app_version, argv):
signal.signal(signal.SIGINT, signal.SIG_DFL)

# Load window icon
app.setWindowIcon(QtGui.QIcon('%s/images/windowIcon.png' % cuegui.Constants.RESOURCE_PATH))
app.setWindowIcon(QtGui.QIcon('%s/windowIcon.png' % cuegui.Constants.RESOURCE_PATH))

app.setApplicationName(app_name)
app.lastWindowClosed.connect(app.quit)
Expand Down
Binary file modified cuegui/cuegui/images/windowIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2c7cf0d

Please sign in to comment.