Skip to content

Commit

Permalink
Merge pull request #1276 from AleziaKurdis/Armored-Chat_sortOrder
Browse files Browse the repository at this point in the history
Armored-Chat: Add sortOrder.
  • Loading branch information
ksuprynowicz authored Jan 22, 2025
2 parents a7805e7 + 58cfcb1 commit 7a59a27
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 7a59a27

Please sign in to comment.