mirror of
https://github.com/GreemDev/Ryujinx
synced 2025-01-29 16:57:08 +01:00
Remove 'Enter' hotkey in settings menu (#95)
Some checks are pending
Canary release job / Create tag (push) Waiting to run
Canary release job / Release for linux-arm64 (push) Waiting to run
Canary release job / Release for linux-x64 (push) Waiting to run
Canary release job / Release for win-x64 (push) Waiting to run
Canary release job / Release MacOS universal (push) Waiting to run
Some checks are pending
Canary release job / Create tag (push) Waiting to run
Canary release job / Release for linux-arm64 (push) Waiting to run
Canary release job / Release for linux-x64 (push) Waiting to run
Canary release job / Release for win-x64 (push) Waiting to run
Canary release job / Release MacOS universal (push) Waiting to run
This allows the Enter key to be bound to a button when using the Avalonia UI.
This commit is contained in:
parent
f72d2c1b2b
commit
0caeab2270
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