mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
Make opts global
Allow extension to tap into opts (like https://github.com/froger-me/sd-webui-aspect-ratio-helper)
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
/* global gradioApp */
|
||||
|
||||
let opts = {};
|
||||
window.opts = {};
|
||||
|
||||
function set_theme(theme) {
|
||||
const gradioURL = window.location.href;
|
||||
|
||||
Reference in New Issue
Block a user