Skip to content

Commit a8a641c

Browse files
authored
Merge pull request #3186 from SuslikV/patch-9
Apply the profile settings when file opened from command line
2 parents 5e90b39 + 059fbd1 commit a8a641c

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)