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:
parent
da7366f23d
commit
498dfed98b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue