MCPcopy Create free account
hub / github.com/MemeTray/MemeTray / toggleConfigSection

Function toggleConfigSection

tools/all-in-one/script.js:602–608  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

600}
601
602function toggleConfigSection() {
603 if (state.settings.autoRename) {
604 elements.configSection.style.display = 'block';
605 } else {
606 elements.configSection.style.display = 'none';
607 }
608}
609
610// GIF deduplication logic
611async function deduplicateGifs(compressedFiles) {

Callers 1

setupEventListenersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected