mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2026-04-05 15:06:30 +00:00
Fix: block window resizing beyond min. height/width
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user