1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-19 06:55:24 +02:00

misc: only check for app updates on windows

Change-Id: I508300446e5c8891bb018af0b0c42de4309685c6
This commit is contained in:
Andreas Traczyk 2023-06-12 14:34:48 -04:00
parent da7366f23d
commit 498dfed98b

View file

@ -233,7 +233,7 @@ ApplicationWindow {
windowSettingsLoaded = true;
// Quiet check for updates on start if set to.
if (Qt.platform.os.toString() !== "osx") {
if (Qt.platform.os.toString() === "windows") {
if (UtilsAdapter.getAppValue(Settings.AutoUpdate)) {
UpdateManager.checkForUpdates(true);
UpdateManager.setAutoUpdateCheck(true);