mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-14 22:44:15 +01:00
more refactoring, rework FileCacheManager
This commit is contained in:
parent
2dcd02d170
commit
6ee159f716
11 changed files with 172 additions and 95 deletions
|
|
@ -242,8 +242,9 @@ namespace MareSynchronos.UI
|
|||
{
|
||||
if (_apiController.PairedClients.All(w => w.OtherUID != tempNameUID))
|
||||
{
|
||||
var nameToSend = tempNameUID;
|
||||
tempNameUID = string.Empty;
|
||||
_ = _apiController.SendPairedClientAddition(tempNameUID);
|
||||
_ = _apiController.SendPairedClientAddition(nameToSend);
|
||||
}
|
||||
}
|
||||
ImGui.PopFont();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue