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

This commit is contained in:
Daniel 2024-05-22 16:39:20 +08:00
parent 3c7210e3db
commit 5db05a819e
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

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