diff --git a/src/InvLock/LockWindow.xaml.cs b/src/InvLock/LockWindow.xaml.cs index 1677755..8da10a1 100644 --- a/src/InvLock/LockWindow.xaml.cs +++ b/src/InvLock/LockWindow.xaml.cs @@ -140,6 +140,7 @@ public partial class LockWindow : Window blurWindows.Add(blurWindow); blurWindow.Show(); + _ = blurWindow.Activate(); } _ = WindowsApi.SetCursorPosition(new Point(100000, 100000));