From 99715ded8b482140aff0f1ac5c39fe6348c02025 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Tue, 11 Mar 2025 15:35:51 +0100 Subject: [PATCH] Make sure blur windows are on top --- src/InvLock/LockWindow.xaml.cs | 1 + 1 file changed, 1 insertion(+) 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));