mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
chore(.NET): update deps
This commit is contained in:
@@ -19053,12 +19053,18 @@ speechSynthesis.getVoices();
|
||||
callback: (action) => {
|
||||
if (action !== 'confirm') {
|
||||
this.gameLogDisabled = !this.gameLogDisabled;
|
||||
configRepository.setBool('VRCX_gameLogDisabled', this.gameLogDisabled);
|
||||
configRepository.setBool(
|
||||
'VRCX_gameLogDisabled',
|
||||
this.gameLogDisabled
|
||||
);
|
||||
}
|
||||
}
|
||||
});
|
||||
} else {
|
||||
configRepository.setBool('VRCX_gameLogDisabled', this.gameLogDisabled);
|
||||
configRepository.setBool(
|
||||
'VRCX_gameLogDisabled',
|
||||
this.gameLogDisabled
|
||||
);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user