diff --git a/Scripts/GUI/Show-MainWindow.ps1 b/Scripts/GUI/Show-MainWindow.ps1 index c677936..409b02d 100644 --- a/Scripts/GUI/Show-MainWindow.ps1 +++ b/Scripts/GUI/Show-MainWindow.ps1 @@ -25,7 +25,6 @@ function Show-MainWindow { mmi.ptMaxSize.x = wa.Width; mmi.ptMaxSize.y = wa.Height; System.Runtime.InteropServices.Marshal.StructureToPtr(mmi, lParam, true); - handled = true; } return System.IntPtr.Zero; }