From 58cfcb18d6832457626be7ae9bd31cb8b2822da5 Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Thu, 19 Dec 2024 22:12:32 -0500 Subject: [PATCH] Add sortOrder. Add sortOrder to bring the app on the first page of the tablet (position 8) --- scripts/communityScripts/armored-chat/armored_chat.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/communityScripts/armored-chat/armored_chat.js b/scripts/communityScripts/armored-chat/armored_chat.js index 779dc3ff54..ae46f4d8f3 100644 --- a/scripts/communityScripts/armored-chat/armored_chat.js +++ b/scripts/communityScripts/armored-chat/armored_chat.js @@ -1,7 +1,7 @@ // // armored_chat.js // -// Created by Armored Dragon, 2024. +// Created by Armored Dragon, May 17th, 2024. // Copyright 2024 Overte e.V. // // Distributed under the Apache License, Version 2.0. @@ -47,6 +47,7 @@ icon: Script.resolvePath("./img/icon_white.png"), activeIcon: Script.resolvePath("./img/icon_black.png"), text: "CHAT", + sortOrder: 8, isActive: appIsVisible, });