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:
Luke Warner 2024-11-25 14:46:41 -05:00 committed by GitHub
parent f72d2c1b2b
commit 0caeab2270
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="{ext:Locale SettingsButtonOk}"
Command="{Binding OkButton}" />