📎 Add two more debug options :display-touched and :show-ids

This commit is contained in:
Pablo Alba 2024-03-21 13:08:56 +01:00
parent 1d25115218
commit 0cd44f5540
3 changed files with 14 additions and 3 deletions

View file

@ -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]