mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-19 02:21:38 +08:00
🚩 The Microsoft Store version no longer supports in-app updates checking https://github.com/siyuan-note/siyuan/issues/11505
This commit is contained in:
parent
3c7210e3db
commit
5db05a819e
@ -252,6 +252,10 @@ func CheckUpdate(showMsg bool) {
|
||||
return
|
||||
}
|
||||
|
||||
if Conf.System.IsMicrosoftStore {
|
||||
return
|
||||
}
|
||||
|
||||
result, err := util.GetRhyResult(showMsg)
|
||||
if nil != err {
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user