From 74c4f7f98136bfc3b1460a147d93f0820b2c67c0 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Sun, 15 Sep 2024 10:33:59 +1200 Subject: [PATCH] Sidebar sorting defaults --- html/src/app.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/html/src/app.js b/html/src/app.js index 8bc47cc8..fe0342d0 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -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) {