mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Misc. changes
This commit is contained in:
parent
4c928fa8b0
commit
81d6d1ac7f
6 changed files with 126 additions and 97 deletions
|
|
@ -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]]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue