mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Fix group moderation table scrolling to top on selection
Fix current user status state not matching UI
This commit is contained in:
@@ -199,7 +199,7 @@ namespace VRCX
|
||||
|
||||
public void ProcessStarted(Process process)
|
||||
{
|
||||
Process = process;
|
||||
Process = process;
|
||||
ProcessName = process.ProcessName.ToLower();
|
||||
IsRunning = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user