mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-14 01:04:15 +01:00
somewhat working integration of penumbra
This commit is contained in:
parent
99e80aeb4d
commit
0fe3f1cf25
10 changed files with 275 additions and 327 deletions
|
|
@ -238,9 +238,8 @@ namespace MareSynchronos.UI
|
|||
{
|
||||
if (_apiController.PairedClients.All(w => w.OtherUID != tempNameUID))
|
||||
{
|
||||
_ = _apiController.SendPairedClientAddition(tempNameUID);
|
||||
|
||||
tempNameUID = string.Empty;
|
||||
_ = _apiController.SendPairedClientAddition(tempNameUID);
|
||||
}
|
||||
}
|
||||
ImGui.PopFont();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue