mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 09:08:47 +02:00
parent
aacdf64bf6
commit
25fe4850b9
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@
|
||||||
appButton = tablet.addButton({
|
appButton = tablet.addButton({
|
||||||
icon: Script.resolvePath("./img/icon_white.png"),
|
icon: Script.resolvePath("./img/icon_white.png"),
|
||||||
activeIcon: Script.resolvePath("./img/icon_black.png"),
|
activeIcon: Script.resolvePath("./img/icon_black.png"),
|
||||||
|
sortOrder: 8,
|
||||||
text: "CHAT",
|
text: "CHAT",
|
||||||
isActive: appIsVisible,
|
isActive: appIsVisible,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue