mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-21 07:43:50 +02:00
Small fixes
This commit is contained in:
@@ -4097,6 +4097,7 @@ speechSynthesis.getVoices();
|
||||
);
|
||||
}
|
||||
} catch (err) {
|
||||
API.isRefreshFriendsLoading = false;
|
||||
console.error(err);
|
||||
}
|
||||
setTimeout(() => this.updateLoop(), 500);
|
||||
@@ -7448,7 +7449,7 @@ speechSynthesis.getVoices();
|
||||
if (length > 1) {
|
||||
this.updateGameLog(this.gameLogTable.data[length - 1].created_at);
|
||||
} else {
|
||||
this.refreshEntireGameLog();
|
||||
this.updateGameLog('1970-01-01');
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user