Skip to content

Commit

Permalink
Added a sortOrder.
Browse files Browse the repository at this point in the history
  • Loading branch information
Armored-Dragon committed Jan 28, 2025
1 parent aacdf64 commit 25fe485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/system/domainChat/domainChat.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
Expand Down

0 comments on commit 25fe485

Please sign in to comment.