bug fixes

- update app icon fetching to use QNetworkAccessManager
- fix App icon label dangling pointer
- check updates if autocheckupdates is enabled
This commit is contained in:
uncor3
2025-11-03 12:36:59 +00:00
parent fa430efdcf
commit 2a86e3090d
17 changed files with 118 additions and 97 deletions
+3 -1
View File
@@ -265,7 +265,9 @@ MainWindow::MainWindow(QWidget *parent)
// installed via package manager on Linux
this);
qDebug() << "Checking for updates...";
m_updater->checkForUpdates();
SettingsManager::sharedInstance()->doIfEnabled(
SettingsManager::Setting::AutoCheckUpdates,
[this]() { m_updater->checkForUpdates(); });
}
void MainWindow::createMenus()