Fix file extensions
This commit is contained in:
committed by
GitHub
parent
64a6cc8ae1
commit
20b3f89f2e
@@ -111,7 +111,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
|
||||
self,
|
||||
"Open file",
|
||||
"",
|
||||
"mp3 Audio (*.mp3);mp4 Video (*.mp4);Movie files (*.mov);All files (*.*)",
|
||||
"mp3 Audio (*.mp3);;mp4 Video (*.mp4);;Movie files (*.mov);;All files (*.*)",
|
||||
)
|
||||
|
||||
if path:
|
||||
|
||||
Reference in New Issue
Block a user