mirror of
https://github.com/koreader/koreader
synced 2024-11-10 01:10:34 +00:00
Use small triangle
This commit is contained in:
parent
18117584c0
commit
65e2d6630f
@ -274,7 +274,7 @@ function util.getMenuText(item)
|
|||||||
text = item.text
|
text = item.text
|
||||||
end
|
end
|
||||||
if item.sub_item_table ~= nil then
|
if item.sub_item_table ~= nil then
|
||||||
text = text .. " \226\150\182"
|
text = text .. " \226\150\184"
|
||||||
end
|
end
|
||||||
return text
|
return text
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user