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:
Luke Warner 2024-10-28 10:21:32 -04:00 committed by GitHub
parent 1c3347c95a
commit e1d6b8b8ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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