diff options
Diffstat (limited to 'osd.lua')
| -rw-r--r-- | osd.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -107,6 +107,9 @@ function mt:option_icons(opt, info) if opt.active then str = str .. colours.icon_active .. '\226\143\186 ' end + if opt.missing then + str = str .. colours.icon_missing .. '!!!MISSING!!! ' + end return str end |
