added warning for spicetify users.

to avoid issue #233
This commit is contained in:
Nuzair Rasheed 2021-10-05 17:27:25 +05:30 committed by GitHub
parent 3a3bf4b55c
commit 00350cc2cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,7 +167,7 @@ UI isn't changed.
}
#>
$ch = Read-Host -Prompt "Optional - Remove ad placeholder and upgrade button. (Experimental) (Y/N) "
$ch = Read-Host -Prompt "Optional - Remove ad placeholder and upgrade button. Press 'N' if using Spicetify (Y/N) "
if ($ch -eq 'y') {
Add-Type -Assembly 'System.IO.Compression.FileSystem'