mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 12:12:39 +02:00
added app icon
This commit is contained in:
parent
e032979794
commit
930f163ca1
1 changed files with 2 additions and 2 deletions
|
@ -18,11 +18,11 @@ var lib = Script.require("https://hifi-content.s3.amazonaws.com/elisalj/emoji_sc
|
|||
|
||||
var APP_NAME = "EMOJIS";
|
||||
var APP_URL = "https://hifi-content.s3.amazonaws.com/elisalj/emoji_scripts/emojiTabletUI.html?" + Date.now();
|
||||
var APP_ICON = null;
|
||||
var APP_ICON = "https://hifi-content.s3.amazonaws.com/elisalj/emoji_scripts/icons/emoji-a.svg";
|
||||
var tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system");
|
||||
|
||||
var button = tablet.addButton({
|
||||
//icon: APP_ICON,
|
||||
icon: APP_ICON,
|
||||
text: APP_NAME
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue