From 0d1475cb7a233f4d1fa5f0a4883b0a9290be5da1 Mon Sep 17 00:00:00 2001 From: mika kuns Date: Mon, 15 Jun 2026 15:08:02 +0200 Subject: [PATCH] =?UTF-8?q?=EF=BB=BFfix(claude-do):=20Maximize=20button=20?= =?UTF-8?q?hides=20the=20window=20instead=20of=20maximizing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Bug Clicking the maximize control in the custom title bar makes the main window disappear/hide instead of filling the screen. Restore is then hard or impossible. ## Where `MainWindow` uses custom client-area chrome, so the OS does not manage maximize: - `src/ClaudeDo.Ui/Views/MainWindow.axaml:14-16` — `WindowDecorations="BorderOnly"`, `ExtendClientAreaToDecorationsHint="True"`, `ExtendClientAr ClaudeDo-Task: 7d3d9501a8eb4111b9d433fd917f5a22 --- src/ClaudeDo.Ui/Views/MainWindow.axaml | 2 +- src/ClaudeDo.Ui/Views/MainWindow.axaml.cs | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ClaudeDo.Ui/Views/MainWindow.axaml b/src/ClaudeDo.Ui/Views/MainWindow.axaml index 6ef8f65..c6b0cd0 100644 --- a/src/ClaudeDo.Ui/Views/MainWindow.axaml +++ b/src/ClaudeDo.Ui/Views/MainWindow.axaml @@ -22,7 +22,7 @@ - +