Getting the ban list when opening the popup
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user