mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 08:43:50 +02:00
Tabbed side panel
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user