Skip to content

Commit

Permalink
enhance(sync): make smart merge the default option
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Oct 31, 2023
1 parent cf82981 commit d39a61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/frontend/state.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@

:ui/loading? {}
:feature/enable-sync? (storage/get :logseq-sync-enabled)
:feature/enable-sync-diff-merge? (storage/get :logseq-sync-diff-merge-enabled)
:feature/enable-sync-diff-merge? ((fnil identity true) (storage/get :logseq-sync-diff-merge-enabled))

:file/rename-event-chan (async/chan 100)
:ui/find-in-page nil
Expand Down

0 comments on commit d39a61a

Please sign in to comment.