Skip to content

Commit

Permalink
Fix toolbar icons
Browse files Browse the repository at this point in the history
Signed-off-by: Armored Dragon <[email protected]>
  • Loading branch information
Armored-Dragon committed Mar 17, 2024
1 parent 8c66ea6 commit da4b215
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion applications/armored-chat/armored_chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
Expand Down
File renamed without changes
Binary file added applications/armored-chat/img/icon_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion applications/metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand Down

0 comments on commit da4b215

Please sign in to comment.