Dont disable option to open log when project open fails

This commit is contained in:
BigBahss 2021-02-03 10:32:00 -05:00 committed by huderlem
parent 6335151c39
commit 2c065ae5b6

View file

@ -84,6 +84,7 @@ void MainWindow::setWindowDisabled(bool disabled) {
ui->action_Exit->setDisabled(false);
ui->menuHelp->setDisabled(false);
ui->actionAbout_Porymap->setDisabled(false);
ui->actionOpen_Log_File->setDisabled(false);
if (!disabled)
togglePreferenceSpecificUi();
}