Explorar o código

fix: disable-auto-commit should default to true

Fixes #3157
Andelf %!s(int64=4) %!d(string=hai) anos
pai
achega
394f19c065
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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))