diff --git a/VRCX.csproj b/VRCX.csproj index 2211b4b9..41e88530 100644 --- a/VRCX.csproj +++ b/VRCX.csproj @@ -1,4 +1,4 @@ - + @@ -171,13 +171,13 @@ - 99.2.120 + 100.0.230 - 99.2.120 + 100.0.230 - 99.2.120 + 100.0.230 1.0.175 @@ -207,7 +207,7 @@ 1.0.115.5 - 6.0.2 + 6.0.3 diff --git a/html/src/app.js b/html/src/app.js index 04b7ea95..11d125c8 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -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 + ); } };