fix: custom background not working

This commit is contained in:
Miodec 2025-07-27 20:02:05 +02:00
parent e5b0978d4e
commit b024e8ea46
2 changed files with 2 additions and 1 deletions

View file

@ -1364,7 +1364,7 @@
<div class="group opacity">
<div class="title">opacity</div>
<div class="value"></div>
<input type="range" min="0" max="1" value="1" step="0.1" />
<input type="range" min="0.1" max="1" value="1" step="0.1" />
</div>
</div>
</div>

View file

@ -439,6 +439,7 @@ ConfigEvent.subscribe(async (eventKey, eventValue, nosave) => {
await set(Config.theme);
}
}
applyCustomBackground();
}
// this is here to prevent calling set / preview multiple times during a full config loading