MCPcopy Create free account
hub / github.com/spicetify/cli / saveConfig

Function saveConfig

Extensions/fullAppDisplay.js:887–889  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

885 }
886
887 function saveConfig() {
888 Spicetify.LocalStorage.set("full-app-display-config", JSON.stringify(CONFIG));
889 }
890
891 const ConfigItem = ({ name, field, func, disabled = false }) => {
892 const [value, setValue] = useState(CONFIG[field]);

Callers 2

componentDidMountMethod · 0.70
ConfigItemFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected