mica improvements

- moved mica rendering to backend
- improvements to spanning wallpapers
This commit is contained in:
booploops 2022-06-02 21:10:17 -07:00
parent c255420169
commit 0803252018
4 changed files with 107 additions and 109 deletions

View file

@ -133,7 +133,7 @@ document.addEventListener('musickitloaded', function () {
function waitForApp() {
if (typeof app.init !== "undefined") {
app.init()
if (app.cfg.visual.window_background_style == "mica" && !app.isDev) {
if (app.cfg.visual.window_background_style == "mica") {
app.spawnMica()
}
}