do not display message that no update is avvailable if the check was done in the background

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2024-06-28 14:11:27 +03:00
parent 5928bc30e1
commit 2c02d02214
2 changed files with 8 additions and 2 deletions

View File

@ -41,6 +41,7 @@ class PrismExternalUpdater : public ExternalUpdater {
* Check for updates manually, showing the user a progress bar and an alert if no updates are found.
*/
void checkForUpdates() override;
void checkForUpdates(bool triggeredByUser);
/*!
* Indicates whether or not to check for updates automatically.