Initial migration commit to .NET 7
Menu, sync and other stuff except resource system should be working. We're far from finished
This commit is contained in:
@ -95,7 +95,7 @@ namespace RageCoop.Client
|
||||
return;
|
||||
}
|
||||
|
||||
Task.Run(() =>
|
||||
ThreadManager.CreateThread(() =>
|
||||
{
|
||||
try
|
||||
{
|
||||
@ -153,7 +153,7 @@ namespace RageCoop.Client
|
||||
}
|
||||
|
||||
IsConnecting = false;
|
||||
});
|
||||
},"Connect");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user