🆙 Updated Background profiles

Please make sure you change your UI-Config !!!
This commit is contained in:
duckietm
2026-05-04 15:26:29 +02:00
parent da9e394901
commit 6fce62fb47
4 changed files with 857 additions and 1630 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
<div id="root" class="w-full h-full"></div>
<script>
window.NitroConfig = {
"config.urls": ["renderer-config.json?v=" + Math.random(), "ui-config.json?v=" + Math.random()],
"config.urls": ["renderer-config.json?v=" + Math.random(), "infostand_backgrounds.json?v=" + Math.random(), "ui-config.json?v=" + Math.random()],
"sso.ticket": new URLSearchParams(window.location.search).get("sso") || null,
"forward.type": new URLSearchParams(window.location.search).get("room", ) ? 2 : -1,
"forward.id": new URLSearchParams(window.location.search).get("room") || 0,