From a8bf955fffc148e6af12b1000df615daaa0c6df1 Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Wed, 14 May 2025 10:44:19 +0100 Subject: [PATCH] Startup centered in main window and not show in Taskbar --- src/Views/About.axaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Views/About.axaml b/src/Views/About.axaml index 96c722a5..7032010b 100644 --- a/src/Views/About.axaml +++ b/src/Views/About.axaml @@ -10,7 +10,8 @@ Title="{DynamicResource Text.About}" Width="520" Height="230" CanResize="False" - WindowStartupLocation="CenterScreen"> + ShowInTaskbar="False" + WindowStartupLocation="CenterOwner"> @@ -62,8 +63,8 @@ - +