This commit is contained in:
Vanessa 2025-02-24 23:36:00 +08:00
parent 0622233933
commit 57aeb25e66
3 changed files with 6 additions and 6 deletions

View file

@ -150,7 +150,7 @@ export const syncGuide = (app?: App) => {
/// #if MOBILE
if (0 === window.siyuan.config.sync.provider) {
if (needSubscribe()) {
return
return;
}
} else if (!isPaidUser()) {
showMessage(window.siyuan.languages["_kernel"][214]);