From a951fd2768b7f8f46587e1ba7c62fd935f0a4482 Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Wed, 14 May 2025 12:57:24 +0100 Subject: [PATCH] ConfirmEmptyCommit dialog closes on Escape --- src/Views/ConfirmEmptyCommit.axaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Views/ConfirmEmptyCommit.axaml b/src/Views/ConfirmEmptyCommit.axaml index 32a1f2cd..bfa42ef0 100644 --- a/src/Views/ConfirmEmptyCommit.axaml +++ b/src/Views/ConfirmEmptyCommit.axaml @@ -12,6 +12,7 @@ Title="{DynamicResource Text.Warn}" SizeToContent="WidthAndHeight" CanResize="False" + ShowInTaskbar="False" WindowStartupLocation="CenterOwner"> @@ -64,6 +65,7 @@ Height="30" Margin="4,0" Click="CloseWindow" + IsCancel="True" Content="{DynamicResource Text.Cancel}" HorizontalContentAlignment="Center" VerticalContentAlignment="Center"/>