mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
Sidebar sorting defaults
This commit is contained in:
+5
-1
@@ -16056,7 +16056,11 @@ speechSynthesis.getVoices();
|
|||||||
$app.data.sidebarSortMethods = JSON.parse(
|
$app.data.sidebarSortMethods = JSON.parse(
|
||||||
await configRepository.getString(
|
await configRepository.getString(
|
||||||
'VRCX_sidebarSortMethods',
|
'VRCX_sidebarSortMethods',
|
||||||
JSON.stringify(['', '', ''])
|
JSON.stringify([
|
||||||
|
'Sort Private to Bottom',
|
||||||
|
'Sort by Time in Instance',
|
||||||
|
'Sort by Last Active'
|
||||||
|
])
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
if ($app.data.sidebarSortMethods?.length === 3) {
|
if ($app.data.sidebarSortMethods?.length === 3) {
|
||||||
|
|||||||
Reference in New Issue
Block a user