Skip to content

Commit

Permalink
Add to UI
Browse files Browse the repository at this point in the history
  • Loading branch information
datdamnzotz committed Apr 1, 2024
1 parent c340062 commit 509dc3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cljs/orcpub/dnd/e5/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -3526,7 +3526,9 @@
"Select Character sheet"
{:items [{:title "Select" :value " "}
{:title "Original 5e Character sheet" :value 1}
{:title "Original 5e Character sheet - optional variant" :value 2}]
{:title "Original 5e Character sheet - optional variant" :value 2}
{:title "Icewind Dale 5e Character sheet" :value 3}
{:title "Petersen Games - Cthulhu Mythos Sagas sheet" :value 4}]
:value print-character-sheet-style?
:on-change (make-arg-event-handler ::char/set-print-character-sheet-style? js/parseInt)}]]]
[:div.flex
Expand Down

0 comments on commit 509dc3f

Please sign in to comment.