diff --git a/Ninjacrab.PersistentWindows.Solution/Common/HotKeyWindow.cs b/Ninjacrab.PersistentWindows.Solution/Common/HotKeyWindow.cs index de8eb58..be667c3 100644 --- a/Ninjacrab.PersistentWindows.Solution/Common/HotKeyWindow.cs +++ b/Ninjacrab.PersistentWindows.Solution/Common/HotKeyWindow.cs @@ -206,6 +206,7 @@ namespace PersistentWindows.Common Visible = false; IntPtr fgwnd = GetForegroundWindow(); User32.SetForegroundWindow(fgwnd); + FgSleep(); if (alt_key_pressed || clickThrough) {