mirror of
https://github.com/penpot/penpot.git
synced 2025-06-13 19:21:37 +02:00
📎 Add two more debug options :display-touched and :show-ids
This commit is contained in:
parent
1d25115218
commit
0cd44f5540
3 changed files with 14 additions and 3 deletions
|
@ -73,6 +73,9 @@
|
|||
;; Show an asterisk for touched copies
|
||||
:show-touched
|
||||
|
||||
;; Show the id with the name
|
||||
:show-ids
|
||||
|
||||
;;
|
||||
:grid-layout
|
||||
|
||||
|
@ -80,7 +83,10 @@
|
|||
:grid-cells
|
||||
|
||||
;; Show info about shapes
|
||||
:shape-panel})
|
||||
:shape-panel
|
||||
|
||||
;; Show what is touched in copies
|
||||
:display-touched})
|
||||
|
||||
(defn enable!
|
||||
[option]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue