Skip to content

Commit

Permalink
update OnClosing parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacato committed Dec 6, 2023
1 parent 5df7ca9 commit cf5fa54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BTCPayServer.Vault/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ private void MainViewModel_PropertyChanged(object sender, PropertyChangedEventAr
}
}

protected override void OnClosing(CancelEventArgs e)
protected override void OnClosing(WindowClosingEventArgs e)
{
base.OnClosing(e);
if (Indicator != null)
Expand Down

0 comments on commit cf5fa54

Please sign in to comment.