mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
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:
+3
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user