hide windows on windows (#1091)
* hide windows on windows * update dependencies
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
|
||||
IDialogReference dialog = await _dialog.ShowAsync<DeleteDialog>("Delete Channel", parameters, options);
|
||||
DialogResult result = await dialog.Result;
|
||||
if (!result.Cancelled)
|
||||
if (!result.Canceled)
|
||||
{
|
||||
await _mediator.Send(new DeleteChannel(channel.Id), _cts.Token);
|
||||
if (_table != null)
|
||||
|
||||
Reference in New Issue
Block a user