We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8696b commit 5cd1025Copy full SHA for 5cd1025
lovely/misc.toml
@@ -701,7 +701,7 @@ elseif eval_type == 'x_chips' then
701
elseif eval_type == 'e_chips' then
702
sound = 'cry_echips'
703
amt = amt
704
- text = '^' .. amt ' ' .. localize('k_chips')
+ text = '^' .. amt .. ' ' .. localize('k_chips')
705
colour = G.C.DARK_EDITION
706
config.type = 'fade'
707
config.scale = 0.7
0 commit comments