From 25fe4850b99c655b7fa3bc3943e6c40925572c95 Mon Sep 17 00:00:00 2001 From: armored-dragon Date: Tue, 28 Jan 2025 00:00:11 -0600 Subject: [PATCH] Added a sortOrder. https://github.com/overte-org/overte/pull/1276 --- scripts/system/domainChat/domainChat.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/system/domainChat/domainChat.js b/scripts/system/domainChat/domainChat.js index 0034f73093..74de8d1b9b 100644 --- a/scripts/system/domainChat/domainChat.js +++ b/scripts/system/domainChat/domainChat.js @@ -49,6 +49,7 @@ appButton = tablet.addButton({ icon: Script.resolvePath("./img/icon_white.png"), activeIcon: Script.resolvePath("./img/icon_black.png"), + sortOrder: 8, text: "CHAT", isActive: appIsVisible, });