diff --git a/src/main/frontend/components/header.cljs b/src/main/frontend/components/header.cljs index ff613ad66..cc4f5c9b7 100644 --- a/src/main/frontend/components/header.cljs +++ b/src/main/frontend/components/header.cljs @@ -113,7 +113,7 @@ :options {:on-click state/open-settings!} :icon svg/settings-sm}) - (when developer-mode? + (when (and developer-mode? (util/electron?)) {:title (t :plugins) :options {:href (rfe/href :plugins)}}) diff --git a/templates/config.edn b/templates/config.edn index 12b7bbcbe..fbaa1dfbf 100644 --- a/templates/config.edn +++ b/templates/config.edn @@ -160,7 +160,7 @@ ;; If we set the level's value to 3, `b` will be opened and `c` will be collapsed. :ref/default-open-blocks-level 2 - :ref/linked-references-collapsed-threshold 100 + :ref/linked-references-collapsed-threshold 50 ;; any number between 0 and 1 (the greater it is the faster the changes of the next-interval of card reviews) (default 0.5) ;; :srs/learning-fraction 0.5