mirror of
https://github.com/openziti/desktop-edge-win.git
synced 2026-09-24 20:02:08 +00:00
clear identities before updating identity view to properly display identities on disconnect/reconnect
This commit is contained in:
@@ -1480,8 +1480,8 @@ namespace ZitiDesktopEdge {
|
||||
Application.Current.Properties.Add(key, status?.ApiPageSize);
|
||||
} else {
|
||||
Application.Current.Properties[key] = status?.ApiPageSize;
|
||||
}
|
||||
|
||||
}
|
||||
identities.Clear();
|
||||
foreach (var id in status.Identities) {
|
||||
updateViewWithIdentity(id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user