Skip to content

Commit

Permalink
Linux: Fixed behavior when pressing escape on a message box
Browse files Browse the repository at this point in the history
  • Loading branch information
SourMesen committed Jun 23, 2024
1 parent 6244e5d commit 6307371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UI/Windows/MessageBox.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
x:Class="Mesen.Windows.MessageBox"
SizeToContent="WidthAndHeight"
CanResize="False"
Focusable="True"
>
<StackPanel HorizontalAlignment="Stretch">
<Panel Margin="20">
Expand Down

0 comments on commit 6307371

Please sign in to comment.