mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 07:30:12 +01: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
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue