mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 12:44:14 +01:00
why must all of this be async
This commit is contained in:
parent
a81d3b0d76
commit
7dccd7b341
9 changed files with 22 additions and 11 deletions
|
|
@ -237,7 +237,7 @@ namespace MareSynchronos.UI
|
|||
ImGui.SetCursorPosY(originalY);
|
||||
if (ImGuiComponents.IconButton(FontAwesomeIcon.Trash))
|
||||
{
|
||||
if (ImGui.GetIO().KeyCtrl)
|
||||
if (UiShared.CtrlPressed())
|
||||
{
|
||||
_ = _apiController.SendPairedClientRemoval(entry.OtherUID);
|
||||
_apiController.PairedClients.Remove(entry);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue