MCPcopy
hub / github.com/spicetify/cli / sidebarConfig.js

File sidebarConfig.js

jsHelper/sidebarConfig.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1(function SidebarConfig() {
2 const sidebar = document.querySelector(".Root__nav-bar");
3 if (!sidebar) return setTimeout(SidebarConfig, 100);
4 let isGlobalNavbar = false;

Callers

nothing calls this directly

Calls 6

initConfigFunction · 0.85
onMethod · 0.80
setStateMethod · 0.80
injectInteractionFunction · 0.70
removeInteractionFunction · 0.70
registerMethod · 0.45

Tested by

no test coverage detected