Tetrax-10 / Nord-Spotify

Nord Themed Spotify
https://tetrax-10.github.io/Nord-Spotify/
MIT License
331 stars 20 forks source link

Nord settings and other buttons not showing up #57

Closed Kraafter closed 1 year ago

Kraafter commented 1 year ago

For some reason, a total of 5 buttons are missing from my client. I've also noticed that the backwards and forwards button do not use the themed buttons.

screenshots

image My spotify client

image The buttons I am talking about

Kraafter commented 1 year ago

here are my xpui configs

[Setting]
current_theme           = Nord
color_scheme            = Spotify
inject_theme_js         = 1
inject_css              = 1
overwrite_assets        = 1
spotify_launch_flags    = 
check_spicetify_upgrade = 0
spotify_path            = C:\Users\user\AppData\Roaming\Spotify
prefs_path              = C:\Users\user\AppData\Roaming\Spotify\prefs
replace_colors          = 1

[Preprocesses]
disable_ui_logging    = 1
remove_rtl_rule       = 1
expose_apis           = 1
disable_upgrade_check = 1
disable_sentry        = 1

[AdditionalOptions]
extensions            = webnowplaying.js
custom_apps           = 
sidebar_config        = 1
home_config           = 1
experimental_features = 1

[Patch]
xpui.js_find_8008 = ,(\w+=)32,
xpui.js_repl_8008 = ,${1}58,

; DO NOT CHANGE!
[Backup]
version = 1.2.12.902.g1924b088
with    = 2.19.0
Kraafter commented 1 year ago

after a complete reinstall of nord with powershell on administrator privileges, I was able to get the missing buttons to show up.

Thanks in advance.