mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-04 22:06:06 +02:00
Bugs
This commit is contained in:
+1
-1
@@ -338,7 +338,7 @@ namespace VRCX
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (line.Contains("] Joining "))
|
if (line.Contains("] Joining ") && !line.Contains("or Creating Room: "))
|
||||||
{
|
{
|
||||||
var lineOffset = line.LastIndexOf("] Joining ");
|
var lineOffset = line.LastIndexOf("] Joining ");
|
||||||
if (lineOffset < 0)
|
if (lineOffset < 0)
|
||||||
|
|||||||
+3
-2
@@ -8210,7 +8210,6 @@ speechSynthesis.getVoices();
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
if (this.photonLobbyTimeout.length > 0 || hudTimeout.length > 0) {
|
|
||||||
hudTimeout.sort(function (a, b) {
|
hudTimeout.sort(function (a, b) {
|
||||||
if (a.time > b.time) {
|
if (a.time > b.time) {
|
||||||
return 1;
|
return 1;
|
||||||
@@ -8247,9 +8246,11 @@ speechSynthesis.getVoices();
|
|||||||
JSON.stringify(filteredHudTimeout)
|
JSON.stringify(filteredHudTimeout)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
if (this.photonLobbyTimeout.length > 0 || hudTimeout.length > 0) {
|
||||||
this.photonLobbyTimeout = hudTimeout;
|
this.photonLobbyTimeout = hudTimeout;
|
||||||
|
|
||||||
this.getCurrentInstanceUserList();
|
this.getCurrentInstanceUserList();
|
||||||
|
} else {
|
||||||
|
this.photonLobbyTimeout = hudTimeout;
|
||||||
}
|
}
|
||||||
this.photonBotCheck(event7List);
|
this.photonBotCheck(event7List);
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -97,7 +97,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.el-table__row:hover .el-table__cell .cell {
|
.el-table__row:hover .el-table__cell .cell {
|
||||||
-webkit-box-orient: unset;
|
|
||||||
-webkit-line-clamp: unset;
|
-webkit-line-clamp: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user