Misc. changes

This commit is contained in:
Zed 2020-06-01 02:25:39 +02:00
commit 81d6d1ac7f
6 changed files with 126 additions and 97 deletions

View file

@ -8,11 +8,14 @@ type
name*: string
label*: string
kind*: PrefKind
options*: seq[string]
placeholder*: string
# checkbox
defaultState*: bool
# select
defaultOption*: string
options*: seq[string]
# input
defaultInput*: string
placeholder*: string
PrefList* = OrderedTable[string, seq[Pref]]