diff --git a/README.md b/README.md index 265236a..22892d6 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ From Spotify > v1.1.62, in sidebar, they use an adaptive render mechanic to acti ```ini [Patch] xpui.js_find_8008 = ,(\w+=)32, -xpui.js_repl_8008 = ,${1}56, +xpui.js_repl_8008 = ,${1}58, ``` ## Hide Window Controls diff --git a/install.ps1 b/install.ps1 index 8a938f9..c6fed5a 100644 --- a/install.ps1 +++ b/install.ps1 @@ -106,7 +106,7 @@ if ($PSVersionTable.PSVersion.Major -gt $PSMinVersion) { $rep = @" [Patch] xpui.js_find_8008=,(\w+=)32, -xpui.js_repl_8008=,`${1}56, +xpui.js_repl_8008=,`${1}58, "@ # In case missing Patch section if (-not ($configFile -match "\[Patch\]")) { diff --git a/install.sh b/install.sh index f447b4f..d976b6e 100644 --- a/install.sh +++ b/install.sh @@ -57,3 +57,9 @@ spicetify config current_theme DribbblishDynamic spicetify config color_scheme base spicetify config inject_css 1 replace_colors 1 overwrite_assets 1 spicetify apply + +echo "PATCHING" +echo "Please add these lines in your config file" +echo " [Patch]" +echo " xpui.js_find_8008=,(\w+=)32," +echo " xpui.js_repl_8008=,`${1}58," \ No newline at end of file