Use small triangle

This commit is contained in:
Hzj_jie
2017-02-07 20:38:34 -08:00
parent 18117584c0
commit 65e2d6630f

View File

@@ -274,7 +274,7 @@ function util.getMenuText(item)
text = item.text
end
if item.sub_item_table ~= nil then
text = text .. " \226\150\182"
text = text .. " \226\150\184"
end
return text
end