mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Database beta https://github.com/siyuan-note/siyuan/issues/9242
This commit is contained in:
parent
7923cca130
commit
30d60d2de8
5 changed files with 16 additions and 11 deletions
|
|
@ -235,7 +235,7 @@ func checkSync(boot, exit, byHand bool) bool {
|
|||
return false
|
||||
}
|
||||
case conf.ProviderWebDAV, conf.ProviderS3:
|
||||
if !IsOneTimePaid() {
|
||||
if !IsPaidUser() {
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue