1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-12 13:28:33 +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()
{
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>