mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-24 09:16:09 +01:00
🎨 Improve data sync perception when data merging https://github.com/siyuan-note/siyuan/issues/9740
This commit is contained in:
parent
4cd93b0fec
commit
2f2abf0eff
5 changed files with 9 additions and 7 deletions
|
|
@ -1237,7 +1237,7 @@ func syncRepo(exit, byHand bool) (dataChanged bool, err error) {
|
|||
return
|
||||
}
|
||||
|
||||
dataChanged = nil == beforeIndex || beforeIndex.ID != afterIndex.ID
|
||||
dataChanged = nil == beforeIndex || beforeIndex.ID != afterIndex.ID || mergeResult.DataChanged()
|
||||
|
||||
util.PushStatusBar(fmt.Sprintf(Conf.Language(149), elapsed.Seconds()))
|
||||
Conf.Sync.Synced = util.CurrentTimeMillis()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue