Skip to content

Commit

Permalink
Remove 'Enter' hotkey in settings menu (#95)
Browse files Browse the repository at this point in the history
This allows the Enter key to be bound to a button when using the
Avalonia UI.
  • Loading branch information
LukeWarnut authored Nov 25, 2024
1 parent f72d2c1 commit 0caeab2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Ryujinx/UI/Windows/SettingsWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@
HorizontalAlignment="Right"
ReverseOrder="{Binding IsMacOS}">
<Button
HotKey="Enter"
Classes="accent"
Content="{ext:Locale SettingsButtonOk}"
Command="{Binding OkButton}" />
Expand Down

0 comments on commit 0caeab2

Please sign in to comment.