core: if startup project is cancelled on footage relink, open new project
This commit is contained in:
@@ -522,6 +522,9 @@ bool Core::AddOpenProjectFromTask(Task *task)
|
||||
return true;
|
||||
} else {
|
||||
delete project;
|
||||
if (open_projects_.empty()) {
|
||||
CreateNewProject();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user