fix default pref config
All checks were successful
Build and publish the docker image / build (push) Successful in 9m7s
All checks were successful
Build and publish the docker image / build (push) Successful in 9m7s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
parent
fec37e8b76
commit
54763be57a
@ -125,7 +125,7 @@ macro genDefaultPrefs*(): untyped =
|
||||
of input: newLit(pref.defaultInput)
|
||||
|
||||
result.add quote do:
|
||||
defaultPrefs.`ident` = cfg.get("Preferences", `name`, `default`)
|
||||
defaultPrefs.`ident` = cfg.get("preferences", `name`, `default`)
|
||||
|
||||
macro genCookiePrefs*(cookies): untyped =
|
||||
result = nnkStmtList.newTree()
|
||||
|
Loading…
x
Reference in New Issue
Block a user