mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-06-20 22:21:09 +10:00
Fixed bug
- fixed bug when deleting Ms Spotify (Thanks Ziad)
This commit is contained in:
+1
-1
@@ -528,7 +528,7 @@ if ($win11 -or $win10 -or $win8_1 -or $win8) {
|
|||||||
|
|
||||||
if (!($confirm_uninstall_ms_spoti)) {
|
if (!($confirm_uninstall_ms_spoti)) {
|
||||||
do {
|
do {
|
||||||
$ch = Read-Host -Prompt ($lang).MsSpoti2""
|
$ch = Read-Host -Prompt ($lang).MsSpoti2
|
||||||
Write-Host ""
|
Write-Host ""
|
||||||
if (!($ch -eq 'n' -or $ch -eq 'y')) {
|
if (!($ch -eq 'n' -or $ch -eq 'y')) {
|
||||||
incorrectValue
|
incorrectValue
|
||||||
|
|||||||
Reference in New Issue
Block a user