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) {