You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-Warning-Message "The script was ran as Administrator which isn't recommended"
168
+
Write-Warning-Message "The script was run as administrator. This can result in problems with the installation process or unexpected behavior. Do not continue if you do not know what you are doing."
(New-Object System.Management.Automation.Host.ChoiceDescription "&No","Do not install Spicetify Marketplace.")
199
199
)
200
-
$choice=$Host.UI.PromptForChoice('',"`nDo you want to install Spicetify Marketplace?",$choices,0)
200
+
$choice=$Host.UI.PromptForChoice('',"`nDo you also want to install Spicetify Marketplace? It will become available within the Spotify client, where you can easily install themes and extensions.",$choices,0)
0 commit comments