🎨 开启数据同步情况下启动时如果未联网应该提示 Fix https://github.com/siyuan-note/siyuan/issues/7389

This commit is contained in:
Liang Ding 2023-02-17 10:00:03 +08:00
parent 7ee231f134
commit 8196052c0d
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -137,6 +137,8 @@ func BootSyncData() {
}
if !util.IsOnline() {
BootSyncSucc = 1
util.PushErrMsg(Conf.Language(28), 7000)
return
}