- tweak: Some view change
This commit is contained in:
@@ -110,7 +110,7 @@ public partial class ServerEntryModelView : ViewModelBase
|
||||
|
||||
Process.Exited += OnExited;
|
||||
}
|
||||
catch (TaskCanceledException _)
|
||||
catch (TaskCanceledException)
|
||||
{
|
||||
PopupMessageService.Popup("Task canceled");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user