We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b22ca6a commit 885778cCopy full SHA for 885778c
1 file changed
src/Modules/Main.lua
@@ -1357,7 +1357,7 @@ function main:OpenAboutPopup(helpSectionIndex)
1357
else
1358
local Lines = self:WrapString(line, textSize, popupWidth - 135)
1359
for i, line2 in ipairs(Lines) do
1360
- t_insert(helpList, { height = textSize, (dev and "^x8888FF" or "^7")..(i > 1 and " " or "")..line2 })
+ t_insert(helpList, { height = textSize, (dev and "^x8888FF" or "^7")..(i > 1 and " " or "")..line2 })
1361
end
1362
1363
0 commit comments