mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-11-21 17:40:52 +01:00
Remove 'Enter' hotkey in settings menu
This allows the Enter key to be bound to a button when using the Avalonia UI.
This commit is contained in:
parent
1c3347c95a
commit
e1d6b8b8ed
1 changed files with 0 additions and 1 deletions
|
@ -109,7 +109,6 @@
|
|||
HorizontalAlignment="Right"
|
||||
ReverseOrder="{Binding IsMacOS}">
|
||||
<Button
|
||||
HotKey="Enter"
|
||||
Classes="accent"
|
||||
Content="{locale:Locale SettingsButtonOk}"
|
||||
Command="{Binding OkButton}" />
|
||||
|
|
Loading…
Reference in a new issue