Tabbed side panel

This commit is contained in:
Natsumi
2023-06-04 11:06:34 +12:00
parent 61fa42f897
commit e0bde3be98
5 changed files with 114 additions and 90 deletions

View File

@@ -13655,6 +13655,10 @@ speechSynthesis.getVoices();
false
);
$app.data.asideWidth = configRepository.getInt('VRCX_asidewidth', 350);
if ($app.data.asideWidth === 236) {
$app.data.asideWidth = 350;
configRepository.setInt('VRCX_asidewidth', $app.data.asideWidth);
}
$app.data.autoUpdateVRCX = configRepository.getString(
'VRCX_autoUpdateVRCX',
'Auto Download'