Skip to content

Commit f5353b5

Browse files
committed
Update PowerShellControl.xaml.cs
1 parent 597d999 commit f5353b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/NETworkManager/Controls/PowerShellControl.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ private async Task Connect()
191191
catch (Exception ex)
192192
{
193193
if (!_closed)
194+
// ToDo: target the correct window
194195
await DialogHelper.ShowMessageAsync(Application.Current.MainWindow, Strings.Error, ex.Message, ChildWindowIcon.Error);
195196
}
196197

0 commit comments

Comments
 (0)