mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-10-30 07:53:33 +08:00
Compare commits
3 Commits
beta/20230
...
nightly/20
| Author | SHA1 | Date | |
|---|---|---|---|
| ecd291c1be | |||
| 498dfed98b | |||
| da7366f23d |
2
daemon
2
daemon
Submodule daemon updated: 65c8631975...d3fe2b9849
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user