Restructure dashboard

This commit is contained in:
2026-01-22 21:43:51 +01:00
parent a46091f8cc
commit a8c4c97294
3 changed files with 115 additions and 50 deletions

View File

@@ -275,6 +275,7 @@ async function fetchScriptSettings() {
}
async function saveScriptSettings() {
saveCanvasSettings()
const allowChannelEmotesForAssets = elements.allowChannelEmotes?.checked ?? true;
const allowSevenTvEmotesForAssets = elements.allowSevenTvEmotes?.checked ?? true;
const allowScriptChatAccess = elements.allowScriptChat?.checked ?? true;