浏览代码

fix: disable-auto-commit should default to true

Fixes #3157
Andelf 4 年之前
父节点
当前提交
394f19c065
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/electron/electron/state.cljs

+ 1 - 1
src/electron/electron/state.cljs

@@ -31,4 +31,4 @@
 
 (defn git-auto-commit-disabled?
   []
-  (get-in @state [:config :git/disable-auto-commit?]))
+  (get-in @state [:config :git/disable-auto-commit?] true))