- tweak: Some view change

This commit is contained in:
2025-01-15 19:47:27 +03:00
parent 08e518602b
commit 5d7f443532
10 changed files with 143 additions and 64 deletions

View File

@@ -110,7 +110,7 @@ public partial class ServerEntryModelView : ViewModelBase
Process.Exited += OnExited;
}
catch (TaskCanceledException _)
catch (TaskCanceledException)
{
PopupMessageService.Popup("Task canceled");
}