diff options
Diffstat (limited to 'osd.lua')
| -rw-r--r-- | osd.lua | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -86,6 +86,10 @@ function mt:menu_title(menu) str = str:gsub('<num_total>', #menu.search_options) end + if menu.sorted then + str = colours.icon_sorted .. '⇅ ' .. col .. str + end + return col .. ' » ' .. str end |
