Fixed bug

- fixed bug when deleting Ms Spotify (Thanks Ziad)
This commit is contained in:
amd64fox
2022-07-22 07:27:32 +03:00
parent 684f97c1f9
commit 754413f760

View File

@@ -528,7 +528,7 @@ if ($win11 -or $win10 -or $win8_1 -or $win8) {
if (!($confirm_uninstall_ms_spoti)) {
do {
$ch = Read-Host -Prompt ($lang).MsSpoti2""
$ch = Read-Host -Prompt ($lang).MsSpoti2
Write-Host ""
if (!($ch -eq 'n' -or $ch -eq 'y')) {
incorrectValue