MCPcopy Index your code
hub / github.com/spicetify/cli / initConfig

Function initConfig

jsHelper/sidebarConfig.js:215–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213 })();
214
215 function initConfig() {
216 const libraryX = document.querySelector(".main-yourLibraryX-navItems");
217
218 if (!libraryX) {
219 setTimeout(initConfig, 300);
220 return;
221 }
222
223 InitSidebarXConfig();
224 }
225
226 function InitSidebarXConfig() {
227 // STICKY container

Callers 1

sidebarConfig.jsFile · 0.85

Calls 1

InitSidebarXConfigFunction · 0.85

Tested by

no test coverage detected