🚩 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
1 changed files with 4 additions and 0 deletions
|
@ -252,6 +252,10 @@ func CheckUpdate(showMsg bool) {
|
|||
return
|
||||
}
|
||||
|
||||
if Conf.System.IsMicrosoftStore {
|
||||
return
|
||||
}
|
||||
|
||||
result, err := util.GetRhyResult(showMsg)
|
||||
if nil != err {
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue