From 34b2f9d881b0f1a5ed5a7e6d3111d4c79b48ffba Mon Sep 17 00:00:00 2001 From: GriffinR Date: Sun, 21 Jan 2024 19:18:26 -0500 Subject: [PATCH] Allow update checking with no project --- src/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 9fd45720..84c7fd43 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -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(); }