mirror of
https://github.com/AleziaKurdis/Overte-community-apps.git
synced 2025-04-10 17:02:08 +02:00
Fix toolbar icons
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
This commit is contained in:
parent
8c66ea61b8
commit
da4b21585c
4 changed files with 3 additions and 2 deletions
|
@ -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,
|
||||
});
|
||||
|
|
Before Width: | Height: | Size: 400 B After Width: | Height: | Size: 400 B |
BIN
applications/armored-chat/img/icon_white.png
Normal file
BIN
applications/armored-chat/img/icon_white.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 778 B |
|
@ -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"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue