From 23f197b644f738ede3d13080537b1df878a18139 Mon Sep 17 00:00:00 2001 From: Gabi <218829269+GabiNun2@users.noreply.github.com> Date: Wed, 3 Jun 2026 21:50:51 +0300 Subject: [PATCH] Update main.ps1 (#4604) --- scripts/main.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/main.ps1 b/scripts/main.ps1 index 7ce79d0b..42a2fa9b 100644 --- a/scripts/main.ps1 +++ b/scripts/main.ps1 @@ -345,7 +345,6 @@ $sync["Form"].Add_ContentRendered({ # Compare with the primary monitor size if ($sync.Form.ActualWidth -gt $screenWidth -or $sync.Form.ActualHeight -gt $screenHeight) { - Write-Debug "The specified width and/or height is greater than the primary monitor size." $sync.Form.Left = 0 $sync.Form.Top = 0 $sync.Form.Width = $screenWidth