mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 20:07:21 +01:00
Getting the ban list when opening the popup
This commit is contained in:
parent
10990eba37
commit
b659672085
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue