mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Bugs
This commit is contained in:
@@ -8210,10 +8210,9 @@ speechSynthesis.getVoices();
|
||||
}
|
||||
}
|
||||
});
|
||||
if (this.photonLobbyTimeout.length > 0 || hudTimeout.length > 0) {
|
||||
hudTimeout.sort(function (a, b) {
|
||||
if (a.time > b.time) {
|
||||
return 1;
|
||||
hudTimeout.sort(function (a, b) {
|
||||
if (a.time > b.time) {
|
||||
return 1;
|
||||
}
|
||||
if (a.time < b.time) {
|
||||
return -1;
|
||||
@@ -8244,12 +8243,14 @@ speechSynthesis.getVoices();
|
||||
}
|
||||
AppApi.ExecuteVrOverlayFunction(
|
||||
'updateHudTimeout',
|
||||
JSON.stringify(filteredHudTimeout)
|
||||
);
|
||||
}
|
||||
JSON.stringify(filteredHudTimeout)
|
||||
);
|
||||
}
|
||||
if (this.photonLobbyTimeout.length > 0 || hudTimeout.length > 0) {
|
||||
this.photonLobbyTimeout = hudTimeout;
|
||||
|
||||
this.getCurrentInstanceUserList();
|
||||
} else {
|
||||
this.photonLobbyTimeout = hudTimeout;
|
||||
}
|
||||
this.photonBotCheck(event7List);
|
||||
});
|
||||
|
||||
@@ -97,7 +97,6 @@
|
||||
}
|
||||
|
||||
.el-table__row:hover .el-table__cell .cell {
|
||||
-webkit-box-orient: unset;
|
||||
-webkit-line-clamp: unset;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user