core: if startup project is cancelled on footage relink, open new project

This commit is contained in:
itsmattkc
2022-06-21 10:42:29 -07:00
parent 75bc2c2e67
commit a5092494b8
+3
View File
@@ -522,6 +522,9 @@ bool Core::AddOpenProjectFromTask(Task *task)
return true;
} else {
delete project;
if (open_projects_.empty()) {
CreateNewProject();
}
}
}