mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🎨 Add membership one-time payment features https://github.com/siyuan-note/siyuan/issues/8906
This commit is contained in:
parent
c553c87c63
commit
dead5c5a7c
4 changed files with 31 additions and 31 deletions
|
|
@ -235,7 +235,7 @@ func checkSync(boot, exit, byHand bool) bool {
|
|||
return false
|
||||
}
|
||||
case conf.ProviderWebDAV, conf.ProviderS3:
|
||||
if !IsThirdPartySyncPaid() {
|
||||
if !IsOneTimePaid() {
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue