Fix disabling of UI when failing to open project

This commit is contained in:
Marcus Huderle 2020-12-14 18:06:38 -06:00
parent d63bebee69
commit 9c0876e4c0

View file

@ -465,7 +465,7 @@ bool MainWindow::openRecentProject() {
return openProject(default_dir);
}
return true;
return false;
}
bool MainWindow::openProject(QString dir) {