From e62a8338a0acea36c18526658b13c5c5c16da736 Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Wed, 14 May 2025 10:37:53 +0100 Subject: [PATCH] ConfirmEmptyCommit responds to Cancel button --- src/Views/ConfirmEmptyCommit.axaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Views/ConfirmEmptyCommit.axaml b/src/Views/ConfirmEmptyCommit.axaml index 32a1f2cd..c79e7993 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"> @@ -66,6 +67,7 @@ Click="CloseWindow" Content="{DynamicResource Text.Cancel}" HorizontalContentAlignment="Center" + IsCancel="True" VerticalContentAlignment="Center"/>