mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Expand row on hover, recommended steam params, legend color override
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user