From ff7e949466f1cca19f42242a0cb1e36b0ba4fe81 Mon Sep 17 00:00:00 2001 From: Zac Gaetano Date: Fri, 8 May 2026 13:52:59 -0400 Subject: [PATCH] fix(ui): hit-test the dragon button so the About dialog actually opens WindowChrome.CaptionHeight=44 makes the top 44px of the window a drag region; the dragon-mark rail button lives within it. Without shell:WindowChrome.IsHitTestVisibleInChrome=True, clicks were being eaten by the drag handler instead of firing the button. --- src/TeamsISO.App/MainWindow.xaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/TeamsISO.App/MainWindow.xaml b/src/TeamsISO.App/MainWindow.xaml index 64d8634..d589741 100644 --- a/src/TeamsISO.App/MainWindow.xaml +++ b/src/TeamsISO.App/MainWindow.xaml @@ -53,12 +53,15 @@ BorderThickness="0,0,1,0"> - +