mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-04 14:55:43 +02:00
updater: set check interval
Set check for update interval for 24 hours on macOS Change-Id: Ie1b1801602611e5cbd8d20cedd2081b30eded921
This commit is contained in:
parent
54a2947309
commit
626fe93bc6
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue