Fix toolbar icons

Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
This commit is contained in:
Armored Dragon 2024-03-17 04:32:57 -05:00
parent 8c66ea61b8
commit da4b21585c
No known key found for this signature in database
GPG key ID: C7207ACC3382AD8B
4 changed files with 3 additions and 2 deletions

View file

@ -33,7 +33,8 @@
ac_tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system");
app_button = ac_tablet.addButton({
icon: Script.resolvePath("./img/icon.png"),
icon: Script.resolvePath("./img/icon_white.png"),
activeIcon: Script.resolvePath("./img/icon_black.png"),
text: "CHAT",
isActive: app_is_visible,
});

View file

Before

Width:  |  Height:  |  Size: 400 B

After

Width:  |  Height:  |  Size: 400 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 778 B

View file

@ -321,7 +321,7 @@ var metadata = { "applications":
"name": "Chat",
"description": "Chat application",
"jsfile": "armored-chat/armored_chat.js",
"icon": "armored-chat/img/icon.png",
"icon": "armored-chat/img/icon_black.png",
"caption": "CHAT"
},
{