mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 11:49:25 +00:00
Restructure dashboard
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user