Skip to content

Commit 7be3742

Browse files
fix: modal dialog did not take focus after show (#1225)
Co-authored-by: Gadfly <[email protected]> Signed-off-by: leo <[email protected]>
1 parent a42df87 commit 7be3742

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Views/ChromelessWindow.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ public bool UseSystemWindowFrame
1818

1919
public ChromelessWindow()
2020
{
21+
Focusable = true;
22+
2123
if (OperatingSystem.IsLinux())
2224
{
2325
if (UseSystemWindowFrame)

0 commit comments

Comments
 (0)