Skip to content
Snippets Groups Projects
Commit 626fe93b authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

updater: set check interval

Set check for update interval for 24 hours on macOS

Change-Id: Ie1b1801602611e5cbd8d20cedd2081b30eded921
parent 54a29473
Branches
Tags
No related merge requests found
...@@ -46,6 +46,7 @@ static constexpr bool isBeta = false; ...@@ -46,6 +46,7 @@ static constexpr bool isBeta = false;
void setAutoUpdateCheck(bool state) void setAutoUpdateCheck(bool state)
{ {
updaterController_.updater.updateCheckInterval = 3600 * 24;
updaterController_.updater.automaticallyChecksForUpdates = state; updaterController_.updater.automaticallyChecksForUpdates = state;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment