Fix disabling of UI when failing to open project
This commit is contained in:
parent
d63bebee69
commit
9c0876e4c0
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@ bool MainWindow::openRecentProject() {
|
||||||
return openProject(default_dir);
|
return openProject(default_dir);
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool MainWindow::openProject(QString dir) {
|
bool MainWindow::openProject(QString dir) {
|
||||||
|
|
Loading…
Reference in a new issue