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-11-26 22:34:21 -06:00
committed by KeatonTheBot
parent 4130bf106a
commit 075d32f4fb
@@ -114,7 +114,6 @@
HorizontalAlignment="Right"
ReverseOrder="{Binding IsMacOS}">
<Button
HotKey="Enter"
Classes="accent"
Content="{locale:Locale SettingsButtonOk}"
Command="{Binding OkButton}" />