mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-22 08:36:06 -05:00
Fix disabling of UI when failing to open project
This commit is contained in:
@@ -465,7 +465,7 @@ bool MainWindow::openRecentProject() {
|
||||
return openProject(default_dir);
|
||||
}
|
||||
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
bool MainWindow::openProject(QString dir) {
|
||||
|
||||
Reference in New Issue
Block a user