Compare commits

...

3 Commits

Author SHA1 Message Date
ecd291c1be misc: bump daemon
Change-Id: I4827bd4cc4fb8e853c42f7c6bea6126b30e37968
2023-06-13 08:28:15 -04:00
498dfed98b misc: only check for app updates on windows
Change-Id: I508300446e5c8891bb018af0b0c42de4309685c6
2023-06-12 14:34:48 -04:00
da7366f23d Revert "misc: bump libjami version"
This reverts commit 7743c14598.

Reason for revert: Current version of libjami is causing duplicate conversations for some. The offending commits are unknown.

Change-Id: Ica81e8212117bcba30a1c34776fd6dda44c6705d
2023-06-12 09:29:09 -04:00
2 changed files with 2 additions and 2 deletions

2
daemon

Submodule daemon updated: 65c8631975...d3fe2b9849

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);