MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / checkForUpdates

Method checkForUpdates

launcher/ui/MainWindow.cpp:1355–1362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1353}
1354
1355void MainWindow::checkForUpdates()
1356{
1357 if (APPLICATION->updaterEnabled()) {
1358 APPLICATION->triggerUpdateCheck();
1359 } else {
1360 qWarning() << "Updater not set up. Cannot check for updates.";
1361 }
1362}
1363
1364void MainWindow::on_actionSettings_triggered()
1365{

Callers 1

triggerUpdateCheckMethod · 0.45

Calls 2

updaterEnabledMethod · 0.80
triggerUpdateCheckMethod · 0.80

Tested by

no test coverage detected