Merge pull request #1276 from AleziaKurdis/Armored-Chat_sortOrder
Some checks failed
Master API-docs CI Build and Deploy / Build and deploy API-docs (push) Has been cancelled
Master Doxygen CI Build and Deploy / Build and deploy Doxygen documentation (push) Has been cancelled

Armored-Chat: Add sortOrder.
This commit is contained in:
ksuprynowicz 2025-01-22 17:57:36 +01:00 committed by GitHub
commit 7a59a27eec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
});