소스 검색

Remove 'Enter' hotkey in settings menu (#95)

This allows the Enter key to be bound to a button when using the
Avalonia UI.
Luke Warner 1 년 전
부모
커밋
0caeab2270
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/Ryujinx/UI/Windows/SettingsWindow.axaml

+ 0 - 1
src/Ryujinx/UI/Windows/SettingsWindow.axaml

@@ -109,7 +109,6 @@
             HorizontalAlignment="Right"
             ReverseOrder="{Binding IsMacOS}">
             <Button
-                HotKey="Enter"
                 Classes="accent"
                 Content="{ext:Locale SettingsButtonOk}"
                 Command="{Binding OkButton}" />