mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Shared isGameRunning
This commit is contained in:
@@ -3413,7 +3413,7 @@ speechSynthesis.getVoices();
|
||||
AppApi.CheckGameRunning().then(([isGameRunning, isGameNoVR]) => {
|
||||
if (isGameRunning !== this.isGameRunning) {
|
||||
this.isGameRunning = isGameRunning;
|
||||
sharedRepository.setBool('isGameRunning', isGameRunning);
|
||||
sharedRepository.setBool('is_game_running', isGameRunning);
|
||||
Discord.SetTimestamps(Date.now(), 0);
|
||||
}
|
||||
this.isGameNoVR = isGameNoVR;
|
||||
|
||||
Reference in New Issue
Block a user