mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2024-12-22 19:15:47 +00:00
Remove 'Enter' hotkey in settings menu (#95)
This allows the Enter key to be bound to a button when using the Avalonia UI.
This commit is contained in:
parent
bada08258e
commit
484dc13314
1 changed files with 0 additions and 1 deletions
|
@ -109,7 +109,6 @@
|
|||
HorizontalAlignment="Right"
|
||||
ReverseOrder="{Binding IsMacOS}">
|
||||
<Button
|
||||
HotKey="Enter"
|
||||
Classes="accent"
|
||||
Content="{ext:Locale SettingsButtonOk}"
|
||||
Command="{Binding OkButton}" />
|
||||
|
|
Loading…
Reference in a new issue