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:
parent
deaee707f1
commit
b6762d074a
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user