0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 17:18:21 -05:00

♻️ Change shortcut for change theme

This commit is contained in:
Eva 2024-01-30 16:47:34 +01:00
parent 153bb752a4
commit 8f004c0c75
2 changed files with 4 additions and 4 deletions

View file

@ -32,8 +32,8 @@
:subsections [:general-dashboard]
:fn #(st/emit! (dd/create-element))}
:toggle-theme {:tooltip (ds/meta (ds/alt "M"))
:command (ds/c-mod "alt+m")
:toggle-theme {:tooltip (ds/alt "M")
:command (ds/a-mod "m")
:subsections [:general-dashboard]
:fn #(st/emit! (du/toggle-theme))}})

View file

@ -551,8 +551,8 @@
;; THEME
:toggle-theme {:tooltip (ds/meta (ds/alt "M"))
:command (ds/c-mod "alt+m")
:toggle-theme {:tooltip (ds/alt "M")
:command (ds/a-mod "m")
:subsections [:basics]
:fn #(st/emit! (du/toggle-theme))}})