mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-17 12:38:07 +01:00
🎨 开启数据同步情况下启动时如果未联网应该提示 Fix https://github.com/siyuan-note/siyuan/issues/7389
This commit is contained in:
parent
7ee231f134
commit
8196052c0d
1 changed files with 2 additions and 0 deletions
|
|
@ -137,6 +137,8 @@ func BootSyncData() {
|
|||
}
|
||||
|
||||
if !util.IsOnline() {
|
||||
BootSyncSucc = 1
|
||||
util.PushErrMsg(Conf.Language(28), 7000)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue