Procházet zdrojové kódy

fix: disable-auto-commit should default to true

Fixes #3157
Andelf před 4 roky
rodič
revize
394f19c065
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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))