chore: gui, Improve log message for disabled update check
This commit is contained in:
@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user