mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-04-13 20:28:25 +10:00
Fixed bug
- fixed bug when deleting Ms Spotify (Thanks Ziad)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user