chore: gui, Improve log message for disabled update check

This commit is contained in:
Nick Bolton
2025-11-21 09:49:30 +00:00
parent 189053697b
commit ca418b3ba5

View File

@ -645,7 +645,7 @@ void MainWindow::open()
if (Settings::value(Settings::Gui::AutoUpdateCheck).toBool()) {
m_versionChecker.checkLatest();
} else {
qDebug() << "update check disabled";
qDebug() << "skipping check for new version, disabled";
}
if (Settings::value(Settings::Gui::AutoStartCore).toBool()) {