mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Update Avalonia to 11.0.4.
This commit is contained in:
@@ -50,7 +50,7 @@ public sealed class ImageVerify : Window
|
||||
|
||||
void InitializeComponent() => AvaloniaXamlLoader.Load(this);
|
||||
|
||||
protected override void OnClosing(CancelEventArgs e)
|
||||
protected override void OnClosing(WindowClosingEventArgs e)
|
||||
{
|
||||
(DataContext as ImageVerifyViewModel)?.ExecuteStopCommand();
|
||||
base.OnClosing(e);
|
||||
|
||||
Reference in New Issue
Block a user