MCPcopy Create free account
hub / github.com/bernaferrari/FigmaToCode / togglePluginVersion

Function togglePluginVersion

packages/plugin-ui/src/components/About.tsx:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 };
48
49 const togglePluginVersion = () => {
50 onPreferenceChanged("useOldPluginVersion2025", !useOldPluginVersion);
51 };
52
53 return (
54 <div className="flex flex-col p-5 gap-6 text-sm max-w-2xl mx-auto">

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected