mirror of
https://github.com/SpotX-Official/SpotX.git
synced 2026-08-09 17:41:09 +10:00
restore xpui.css
This commit is contained in:
@@ -34,6 +34,12 @@ if exist "%Appdata%\Spotify\Apps\xpui\xpui.js.bak" (
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
if exist "%Appdata%\Spotify\Apps\xpui\xpui.css.bak" (
|
||||||
|
del /s /q "%Appdata%\Spotify\Apps\xpui\xpui.css" > NUL 2>&1
|
||||||
|
move "%Appdata%\Spotify\Apps\xpui\xpui.css.bak" "%Appdata%\Spotify\Apps\xpui\xpui.css" > NUL 2>&1
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
if exist "%Appdata%\Spotify\blockthespot_log.txt" (
|
if exist "%Appdata%\Spotify\blockthespot_log.txt" (
|
||||||
del /s /q "%Appdata%\Spotify\blockthespot_log.txt" > NUL 2>&1
|
del /s /q "%Appdata%\Spotify\blockthespot_log.txt" > NUL 2>&1
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user