Skip to content

Commit

Permalink
Add sortOrder.
Browse files Browse the repository at this point in the history
Add sortOrder to bring the app on the first page of the tablet (position 8)
  • Loading branch information
AleziaKurdis authored Dec 20, 2024
1 parent 8f1c08a commit 58cfcb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/communityScripts/armored-chat/armored_chat.js
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -47,6 +47,7 @@
icon: Script.resolvePath("./img/icon_white.png"),
activeIcon: Script.resolvePath("./img/icon_black.png"),
text: "CHAT",
sortOrder: 8,
isActive: appIsVisible,
});

Expand Down

0 comments on commit 58cfcb1

Please sign in to comment.