mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-24 14:49:48 -06: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:
@ -109,7 +109,6 @@
|
||||
HorizontalAlignment="Right"
|
||||
ReverseOrder="{Binding IsMacOS}">
|
||||
<Button
|
||||
HotKey="Enter"
|
||||
Classes="accent"
|
||||
Content="{ext:Locale SettingsButtonOk}"
|
||||
Command="{Binding OkButton}" />
|
||||
|
Reference in New Issue
Block a user