Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Patitotective committed Sep 6, 2024
1 parent e539050 commit 36117e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.nim
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type
numbers* = sectionSetting(display = "Spinners and sliders", content = initNumbers())
colors* = sectionSetting(display = "Color pickers", content = initColors())

# KDL Settings encode/decode
# For encoding/decoding the settings to/from the preferences file

proc decodeSettingsObj(a: KdlNode, v: var object) =
for fieldName, field in v.fieldPairs:
Expand Down

0 comments on commit 36117e8

Please sign in to comment.