mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-21 07:43:50 +02:00
Fixes
This commit is contained in:
@@ -19053,11 +19053,13 @@ speechSynthesis.getVoices();
|
||||
callback: (action) => {
|
||||
if (action !== 'confirm') {
|
||||
this.gameLogDisabled = !this.gameLogDisabled;
|
||||
configRepository.setBool('VRCX_gameLogDisabled', this.gameLogDisabled);
|
||||
}
|
||||
}
|
||||
});
|
||||
} else {
|
||||
configRepository.setBool('VRCX_gameLogDisabled', this.gameLogDisabled);
|
||||
}
|
||||
configRepository.setBool('VRCX_gameLogDisabled', this.gameLogDisabled);
|
||||
};
|
||||
|
||||
$app = new Vue($app);
|
||||
|
||||
Reference in New Issue
Block a user