mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
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:
@ -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.
|
||||
|
Reference in New Issue
Block a user