mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 19:36:35 +00:00
enhance: disable git auto commit by default
Because many users have trouble with Git with sync services like iCloud/OneDrive.
This commit is contained in:
@@ -1491,3 +1491,7 @@
|
||||
|
||||
(defn remove-watch-state [key]
|
||||
(remove-watch state key))
|
||||
|
||||
(defn get-git-auto-commit-enabled?
|
||||
[]
|
||||
(false? (sub [:electron/user-cfgs :git/disable-auto-commit?])))
|
||||
|
||||
Reference in New Issue
Block a user