Disabling suggestions now also disables Phone Link suggestions

This commit is contained in:
Raphire
2024-02-16 11:45:12 +01:00
parent 1b848f8e06
commit 143aa3fc28
4 changed files with 6 additions and 4 deletions

View File

@@ -774,7 +774,7 @@ else {
Write-Output "Script completed successfully!"
# Suppress prompt if Silent parameter was passed
if(-not $Silent) {
if (-not $Silent) {
Write-Output ""
Write-Output "Press any key to exit..."
$null = $Host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")