This commit is contained in:
Natsumi
2022-04-25 18:15:52 +12:00
parent b8ad02da95
commit 54e8e98533
2 changed files with 4 additions and 2 deletions

View File

@@ -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);