1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-03 22:35:45 +02:00

updater: set check interval

Set check for update interval for 24 hours on macOS

Change-Id: Ie1b1801602611e5cbd8d20cedd2081b30eded921
This commit is contained in:
kkostiuk 2022-02-04 09:09:04 -05:00
parent 54a2947309
commit 626fe93bc6

View file

@ -46,6 +46,7 @@ static constexpr bool isBeta = false;
void setAutoUpdateCheck(bool state)
{
updaterController_.updater.updateCheckInterval = 3600 * 24;
updaterController_.updater.automaticallyChecksForUpdates = state;
};