mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 22:17:22 +01:00
fix banning modal, fix disposal async calls to penumbra
This commit is contained in:
parent
1cbc5e1f92
commit
4b53ca8c5e
5 changed files with 127 additions and 121 deletions
|
|
@ -14,11 +14,11 @@ namespace MareSynchronos.UI.Components;
|
|||
|
||||
public class DrawGroupPair : DrawPairBase
|
||||
{
|
||||
private static string _banReason = string.Empty;
|
||||
private static bool _banUserPopupOpen;
|
||||
private static bool _showModalBanUser;
|
||||
private readonly GroupPairFullInfoDto _fullInfoDto;
|
||||
private readonly GroupFullInfoDto _group;
|
||||
private string _banReason = string.Empty;
|
||||
private bool _banUserPopupOpen;
|
||||
private bool _showModalBanUser;
|
||||
|
||||
public DrawGroupPair(string id, Pair entry, ApiController apiController, GroupFullInfoDto group, GroupPairFullInfoDto fullInfoDto, UidDisplayHandler handler) : base(id, entry, apiController, handler)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue