Skip to content

Commit 10802ca

Browse files
committed
Removing setWindowIcon() from our main window, as it has a crazy side 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.
1 parent d4cb213 commit 10802ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/classes/app.py

-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ def __init__(self, *args, mode=None):
107107
# Setup application
108108
self.setApplicationName('openshot')
109109
self.setApplicationVersion(info.SETUP['version'])
110-
self.setWindowIcon(QIcon(":/openshot.svg"))
111110
try:
112111
# Qt 5.7+ only
113112
self.setDesktopFile("org.openshot.OpenShot")

0 commit comments

Comments
 (0)