mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 19:46:41 +02:00
Add sortOrder.
Add sortOrder to bring the app on the first page of the tablet (position 8)
This commit is contained in:
parent
8f1c08a02e
commit
58cfcb18d6
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
//
|
//
|
||||||
// armored_chat.js
|
// armored_chat.js
|
||||||
//
|
//
|
||||||
// Created by Armored Dragon, 2024.
|
// Created by Armored Dragon, May 17th, 2024.
|
||||||
// Copyright 2024 Overte e.V.
|
// Copyright 2024 Overte e.V.
|
||||||
//
|
//
|
||||||
// Distributed under the Apache License, Version 2.0.
|
// Distributed under the Apache License, Version 2.0.
|
||||||
|
@ -47,6 +47,7 @@
|
||||||
icon: Script.resolvePath("./img/icon_white.png"),
|
icon: Script.resolvePath("./img/icon_white.png"),
|
||||||
activeIcon: Script.resolvePath("./img/icon_black.png"),
|
activeIcon: Script.resolvePath("./img/icon_black.png"),
|
||||||
text: "CHAT",
|
text: "CHAT",
|
||||||
|
sortOrder: 8,
|
||||||
isActive: appIsVisible,
|
isActive: appIsVisible,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue