mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-14 16:37:07 +00: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
4130bf106a
commit
075d32f4fb
1 changed files with 0 additions and 1 deletions
|
|
@ -114,7 +114,6 @@
|
||||||
HorizontalAlignment="Right"
|
HorizontalAlignment="Right"
|
||||||
ReverseOrder="{Binding IsMacOS}">
|
ReverseOrder="{Binding IsMacOS}">
|
||||||
<Button
|
<Button
|
||||||
HotKey="Enter"
|
|
||||||
Classes="accent"
|
Classes="accent"
|
||||||
Content="{locale:Locale SettingsButtonOk}"
|
Content="{locale:Locale SettingsButtonOk}"
|
||||||
Command="{Binding OkButton}" />
|
Command="{Binding OkButton}" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue