chore: [ci skip] rename InputElement_OnGotFocus/OnLostFocus to fit what it's listening to better

This commit is contained in:
GreemDev
2025-11-08 03:21:02 -06:00
parent 17d5d6e65a
commit 58be57bf73
2 changed files with 4 additions and 4 deletions

View File

@@ -23,8 +23,8 @@
mc:Ignorable="d"
WindowStartupLocation="Manual"
Focusable="True"
GotFocus="InputElement_OnGotFocus"
LostFocus="InputElement_OnLostFocus">
GotFocus="AppWindow_OnGotFocus"
LostFocus="AppWindow_OnLostFocus">
<Window.Styles>
<Style Selector="TitleBar:fullscreen">
<Setter Property="Background" Value="#000000" />