Fix apps.db and legacy icon transparency

This commit is contained in:
xAnavrins
2019-07-16 22:29:47 -04:00
parent c43fe19f1d
commit c8f200ebb6
3 changed files with 24 additions and 59 deletions

View File

@@ -188,9 +188,7 @@ function page:eventHandler(event)
os.queueEvent('overview_shortcut', {
title = t.label,
category = "VNC",
icon = "\
\031e\\\031 \031e/\031dn\
\031e\\/\031 \0319c",
icon = "\010\030 \009\009\031e\\\031 \031e/\031dn\010\030 \009\009 \031e\\/\031 \031bc",
run = "vnc.lua " .. t.id,
})