Skip to content

Commit

Permalink
Merge pull request #9 from fmoo/master
Browse files Browse the repository at this point in the history
Fix icon/customId enum value swap in docs.
  • Loading branch information
johnnovak authored Feb 27, 2024
2 parents aeec810 + 409b412 commit 61d9fb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions extras/docs/fileformat.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@ Notes:
UINT16 index (max=9999)
UINT8 indexColor (max=3)

if kind == 2 (icon)
UINT8 icon (max=39, see NoteIcons in icons.nim
for mappings)
if kind == 3 (customId)
if kind == 2 (customId)
BSTR custom ID (minLen=1, maxLen=2, only alphanumeric)

if kind == 3 (icon)
UINT8 icon (max=39, see NoteIcons in icons.nim
for mappings)
if kind == 4 (label)
UINT8 labelColor (max=3)

Expand Down

0 comments on commit 61d9fb5

Please sign in to comment.