Allow update checking with no project
This commit is contained in:
parent
58e4a21aa6
commit
34b2f9d881
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ void MainWindow::setWindowDisabled(bool disabled) {
|
|||
ui->actionAbout_Porymap->setDisabled(false);
|
||||
ui->actionOpen_Log_File->setDisabled(false);
|
||||
ui->actionOpen_Config_Folder->setDisabled(false);
|
||||
ui->actionCheck_for_Updates->setDisabled(false);
|
||||
if (!disabled)
|
||||
togglePreferenceSpecificUi();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue