Add configurable nudge amount

This commit is contained in:
Eva 2022-02-04 10:32:37 +01:00 committed by Alonso Torres
parent 6461ebe2b8
commit 86e4826e48
10 changed files with 189 additions and 3 deletions

View file

@ -353,7 +353,10 @@
(if (contains? layout :dynamic-alignment)
(tr "workspace.header.menu.disable-dynamic-alignment")
(tr "workspace.header.menu.enable-dynamic-alignment"))]
[:span.shortcut (sc/get-tooltip :toggle-alignment)]]]]]))
[:span.shortcut (sc/get-tooltip :toggle-alignment)]]
[:li {:on-click #(st/emit! (modal/show {:type :nudge-option}))}
[:span (tr "modals.nudge-title")]]]]]))
;; --- Header Component