Skip to content

Commit 059fbd1

Browse files
author
SuslikV
authored
Apply the default profile settings
Load a blank project to propagate the default settings when the media file is loaded from the command line.
1 parent 5e90b39 commit 059fbd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/classes/app.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ def __init__(self, *args, mode=None):
231231
# Auto load project passed as argument
232232
self.window.OpenProjectSignal.emit(path)
233233
else:
234-
# Auto import media file
234+
# Apply the default settings and Auto import media file
235+
self.project.load("")
235236
self.window.filesTreeView.add_file(path)
236237
else:
237238
# Recover backup file (this can't happen until after the Main Window has completely loaded)

0 commit comments

Comments
 (0)