MCPcopy Index your code
hub / github.com/easydiffusion/easydiffusion / handleStringSettingChange

Function handleStringSettingChange

ui/media/js/main.js:289–293  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

287}
288
289function handleStringSettingChange(key) {
290 return function (e) {
291 localStorage.setItem(key, e.target.value.toString())
292 }
293}
294
295function isSoundEnabled() {
296 return getSetting("sound_toggle")

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected