From 65e2d6630fa3a7365a2304482a71fc31a36233cc Mon Sep 17 00:00:00 2001 From: Hzj_jie Date: Tue, 7 Feb 2017 20:38:34 -0800 Subject: [PATCH] Use small triangle --- frontend/util.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/util.lua b/frontend/util.lua index 3aaae5351..93fa1cec7 100755 --- a/frontend/util.lua +++ b/frontend/util.lua @@ -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