Przeglądaj źródła

:triangular_flag_on_post: The Microsoft Store version no longer supports in-app updates checking https://github.com/siyuan-note/siyuan/issues/11505

Daniel 1 rok temu
rodzic
commit
5db05a819e
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      kernel/model/updater.go

+ 4 - 0
kernel/model/updater.go

@@ -252,6 +252,10 @@ func CheckUpdate(showMsg bool) {
 		return
 	}
 
+	if Conf.System.IsMicrosoftStore {
+		return
+	}
+
 	result, err := util.GetRhyResult(showMsg)
 	if nil != err {
 		return