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

Function toggleFad

Extensions/fullAppDisplay.js:845–851  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

843 }
844
845 function toggleFad() {
846 if (document.body.classList.contains("fad-activated")) {
847 deactivate();
848 } else {
849 activate();
850 }
851 }
852
853 function updateStyle() {
854 style.innerHTML =

Callers

nothing calls this directly

Calls 2

deactivateFunction · 0.85
activateFunction · 0.85

Tested by

no test coverage detected