mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 06:13:52 +02:00
Sidebar sorting defaults
This commit is contained in:
@@ -16056,7 +16056,11 @@ speechSynthesis.getVoices();
|
||||
$app.data.sidebarSortMethods = JSON.parse(
|
||||
await configRepository.getString(
|
||||
'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) {
|
||||
|
||||
Reference in New Issue
Block a user