Browse Source

enhance: move edit config.edn to advanced

Tienson Qin 4 years ago
parent
commit
0db47304ef
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/main/frontend/components/settings.cljs

+ 3 - 2
src/main/frontend/components/settings.cljs

@@ -615,8 +615,7 @@
             (enable-all-pages-public-row t enable-all-pages-public?)
             (encryption-row t enable-encryption?)
             (zotero-settings-row t)
-            (auto-push-row t current-repo enable-git-auto-push?)
-            (graph-config t)]
+            (auto-push-row t current-repo enable-git-auto-push?)]
 
            :shortcuts
            [:div.panel-wrap
@@ -669,6 +668,8 @@
                       :target "_blank"}
                   "https://github.com/isomorphic-git/cors-proxy"]])])
 
+            (graph-config t)
+
             (when logged?
               [:div
                [:hr]