From 915c9b03f9f3930e18ad6dc398be825e5f2d6fde Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Wed, 3 Apr 2024 19:33:15 +0000 Subject: [PATCH] Update main.ps1 --- Global-PS-Trascription-to-Discord/main.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global-PS-Trascription-to-Discord/main.ps1 b/Global-PS-Trascription-to-Discord/main.ps1 index 87ed2d5..711b584 100644 --- a/Global-PS-Trascription-to-Discord/main.ps1 +++ b/Global-PS-Trascription-to-Discord/main.ps1 @@ -3,7 +3,7 @@ if ($dc.Length -eq 0){ write-host "No webhook supplied" } -$hideWindow = 1 # 1 = Hidden +$hideWindow = 0 # 1 = Hidden [Console]::BackgroundColor = "Black" [Console]::SetWindowSize(60, 20)