Compactor multi-threaded, fixed many of IDE warnings
This commit is contained in:
@@ -139,7 +139,7 @@ public class StandaloneProfileUi : WindowMediatorSubscriberBase
|
||||
}
|
||||
}
|
||||
|
||||
if (Pair.UserPair.Groups.Any())
|
||||
if (Pair.UserPair?.Groups?.Count > 0)
|
||||
{
|
||||
ImGui.TextUnformatted("Paired through Syncshells:");
|
||||
foreach (var group in Pair.UserPair.Groups)
|
||||
|
||||
Reference in New Issue
Block a user