mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-19 10:30:45 +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
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if Conf.System.IsMicrosoftStore {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
result, err := util.GetRhyResult(showMsg)
|
result, err := util.GetRhyResult(showMsg)
|
||||||
if nil != err {
|
if nil != err {
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user