This commit is contained in:
Send_Nukez 2022-01-23 13:59:58 +01:00
commit 3e2cde1e53
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
spicetify config current_theme " " extensions dribbblish-dynamic.js-
spicetify config current_theme "SpicetifyDefault" extensions dribbblish-dynamic.js-
$spicePath = spicetify -c | Split-Path
$configFile = Get-Content "$spicePath\config-xpui.ini"

View file

@ -6,7 +6,7 @@ set -e
echo "UN-INSTALLING"
cd "$(dirname "$(spicetify -c)")"
spicetify config current_theme " " extensions dribbblish-dynamic.js-
spicetify config current_theme "SpicetifyDefault" extensions dribbblish-dynamic.js-
echo "UN-PATCHING"
if cat config-xpui.ini | grep -o '\[Patch\]'; then