MCPcopy Create free account
hub / github.com/NMWplays/Glowify / getControlWrapper

Function getControlWrapper

theme.js:4416–4418  ·  view source on GitHub ↗
(button)

Source from the content-addressed store, hash-verified

4414 let saved = readNum(PLAYBAR_COVER_BORDER_RADIUS_KEY, PLAYBAR_COVER_DEFAULTS.borderRadius);
4415 if (comfyEnabled === "hide" && saved === LEGACY_PLAYBAR_COVER_DEFAULT_RADIUS) {
4416 saved = PLAYBAR_COVER_DEFAULTS.borderRadius;
4417 localStorage.setItem(PLAYBAR_COVER_BORDER_RADIUS_KEY, String(saved));
4418 }
4419 applyPlaybarCoverBorderRadius(saved);
4420 }
4421

Callers 1

setControlIconFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected