mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
Merge pull request #4081 from penpot/eva-change-shortcut
♻️ Change shortcut for change theme
This commit is contained in:
commit
a6e8d408b5
2 changed files with 4 additions and 4 deletions
|
@ -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))}})
|
||||
|
||||
|
|
|
@ -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))}})
|
||||
|
||||
|
|
Loading…
Reference in a new issue