Fix group moderation table scrolling to top on selection

Fix current user status state not matching UI
This commit is contained in:
Natsumi
2023-10-31 19:35:12 +13:00
parent 7d394a228d
commit 68a20aec07
3 changed files with 14 additions and 10 deletions

View File

@@ -199,7 +199,7 @@ namespace VRCX
public void ProcessStarted(Process process)
{
Process = process;
Process = process;
ProcessName = process.ProcessName.ToLower();
IsRunning = true;
}