Skip to content

Commit 41499cc

Browse files
committed
RemoteDesktop/PuTTY window not shown, when edit group and click cancel
1 parent d8b28d6 commit 41499cc

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Source/NETworkManager/ViewModels/PuTTYViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ private async void EditGroupAction(object group)
422422
}, instance =>
423423
{
424424
dialogCoordinator.HideMetroDialogAsync(this, customDialog);
425+
ConfigurationManager.Current.FixAirspace = false;
425426
}, group.ToString());
426427

427428
customDialog.Content = new GroupDialog

Source/NETworkManager/ViewModels/RemoteDesktopViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,7 @@ private async void EditGroupAction(object group)
584584
}, instance =>
585585
{
586586
dialogCoordinator.HideMetroDialogAsync(this, customDialog);
587+
ConfigurationManager.Current.FixAirspace = false;
587588
}, group.ToString());
588589

589590
customDialog.Content = new GroupDialog

0 commit comments

Comments
 (0)