Skip to content

Commit

Permalink
fix(color): incorrect font name in Lua API (#5531)
Browse files Browse the repository at this point in the history
  • Loading branch information
philmoz committed Sep 14, 2024
1 parent f680d86 commit 40449bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/lua/api_general.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3024,7 +3024,7 @@ LROT_BEGIN(etxcst, NULL, 0)
LROT_NUMENTRY( MIDSIZE, FONT(L) )
LROT_NUMENTRY( SMLSIZE, FONT(XS) )
LROT_NUMENTRY( TINSIZE, FONT(XXS) )
LROT_NUMENTRY( STDBOLD, FONT(BOLD) )
LROT_NUMENTRY( BOLD, FONT(BOLD) )
LROT_NUMENTRY( BLINK, BLINK )
LROT_NUMENTRY( INVERS, INVERS )
LROT_NUMENTRY( VCENTER, VCENTERED )
Expand Down

0 comments on commit 40449bf

Please sign in to comment.