Expand row on hover, recommended steam params, legend color override

This commit is contained in:
Natsumi
2021-11-23 00:22:53 +13:00
parent 3a102a2c2c
commit 73a23e2c38
5 changed files with 94 additions and 59 deletions

View File

@@ -338,7 +338,7 @@ namespace VRCX
return true;
}
if (line.Contains("] Joining wrld_"))
if (line.Contains("] Joining "))
{
var lineOffset = line.LastIndexOf("] Joining ");
if (lineOffset < 0)