Skip to content

Commit

Permalink
Removing setWindowIcon() from our main window, as it has a crazy side…
Browse files Browse the repository at this point in the history
… effect on Windows and prevents our QtImageReader from being able to open certain types of files, such as JPEG. Or at least, that is what appears to be happening.
  • Loading branch information
jonoomph committed Jun 6, 2020
1 parent d4cb213 commit 10802ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/classes/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def __init__(self, *args, mode=None):
# Setup application
self.setApplicationName('openshot')
self.setApplicationVersion(info.SETUP['version'])
self.setWindowIcon(QIcon(":/openshot.svg"))
try:
# Qt 5.7+ only
self.setDesktopFile("org.openshot.OpenShot")
Expand Down

0 comments on commit 10802ca

Please sign in to comment.