mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 16:57:22 +01:00
do not open notes popup on connection when enabled
This commit is contained in:
parent
6b4359c0c2
commit
e00804b2ff
3 changed files with 5 additions and 4 deletions
|
|
@ -277,7 +277,7 @@ public partial class ApiController : IDisposable, IMareHubClient
|
|||
foreach (var userPair in await UserGetPairedClients().ConfigureAwait(false))
|
||||
{
|
||||
Logger.Debug($"Pair: {userPair}");
|
||||
_pairManager.AddUserPair(userPair);
|
||||
_pairManager.AddUserPair(userPair, addToLastAddedUser: false);
|
||||
}
|
||||
foreach (var entry in await GroupsGetAll().ConfigureAwait(false))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue