clean version of PR #89

This commit is contained in:
Julien Maille 2021-11-02 09:05:07 +01:00
parent c099d5c205
commit a0d18b38f7
3 changed files with 8 additions and 2 deletions

View file

@ -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

View file

@ -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\]")) {

View file

@ -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,"