Getting the ban list when opening the popup

This commit is contained in:
xPumaa
2022-10-07 22:16:27 +02:00
parent 10990eba37
commit b659672085

View File

@@ -478,7 +478,7 @@ namespace MareSynchronos.UI
{ {
ImGui.CloseCurrentPopup(); ImGui.CloseCurrentPopup();
_showModalBanList = true; _showModalBanList = true;
_bannedUsers = new(); _bannedUsers = _apiController.GetBannedUsersForGroup(entry.GID).Result;
} }
if (isOwner) if (isOwner)