Skip to content

Commit

Permalink
Fix cancel button not working in Avalonia
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed Dec 26, 2023
1 parent 70e8a55 commit f35e896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NetSparkle.UI.Avalonia/CheckingForUpdatesWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
HorizontalAlignment="Center"
FontSize="16"
Margin="0,10,0,0"
Command="{Binding $parent[Window].Cancel}"/>
Command="{Binding $parent[Window].Close}"/>
</Grid>
</Window>

0 comments on commit f35e896

Please sign in to comment.