project: auto-select imported files

This commit is contained in:
itsmattkc
2022-07-26 11:39:35 -07:00
parent f6dc3c7fcc
commit 15a67bc12a
8 changed files with 50 additions and 5 deletions
+2
View File
@@ -586,6 +586,8 @@ void Core::ImportTaskComplete(Task* task)
}
undo_stack_.pushIfHasChildren(command);
main_window_->SelectFootage(import_task->GetImportedFootage());
}
bool Core::ConfirmImageSequence(const QString& filename)