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

Function activate

Extensions/fullAppDisplay.js:817–827  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

815 }
816
817 async function activate() {
818 if (!Spicetify.Player.data) return;
819
820 await toggleFullscreen();
821
822 document.body.classList.add(...classes);
823 document.body.append(style, container);
824 reactDOM.render(react.createElement(FAD), container);
825
826 requestLyricsPlus();
827 }
828
829 function deactivate() {
830 if (CONFIG.enableFullscreen || document.webkitIsFullScreen) {

Callers 1

toggleFadFunction · 0.85

Calls 3

toggleFullscreenFunction · 0.85
requestLyricsPlusFunction · 0.85
renderMethod · 0.45

Tested by

no test coverage detected