1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Start with enabled keybinds

This commit is contained in:
Robert 2023-06-11 18:03:18 +02:00
parent deaee707f1
commit b6762d074a

View File

@ -14,7 +14,7 @@ public static class UI
{ {
static UI() static UI()
{ {
KeyBindingsEnabled = InputElement.GotFocusEvent.Raised.Select(e => e.Item2.Source is not TextBox); KeyBindingsEnabled = InputElement.GotFocusEvent.Raised.Select(e => e.Item2.Source is not TextBox).StartWith(true);
} }
/// <summary> /// <summary>