Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
initConfig
Function · 0.85
on
Method · 0.80
setState
Method · 0.80
injectInteraction
Function · 0.70
removeInteraction
Function · 0.70
register
Method · 0.45
Tested by
no test coverage detected