mirror of
https://github.com/zedeus/nitter.git
synced 2026-04-13 01:02:22 -04:00
Generate Prefs type
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import tables, macros, strformat, xmltree
|
||||
import karax/[karaxdsl, vdom, vstyles]
|
||||
|
||||
import ../types, ../prefs
|
||||
import ../types, ../prefs_impl
|
||||
|
||||
proc genCheckbox(pref, label: string; state: bool): VNode =
|
||||
buildHtml(tdiv(class="pref-group")):
|
||||
|
||||
Reference in New Issue
Block a user