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:
Alexandre Froger
2023-05-09 19:16:57 +08:00
committed by GitHub
parent 4d9fab4984
commit 891b61d09f
+1 -1
View File
@@ -1,6 +1,6 @@
/* global gradioApp */
let opts = {};
window.opts = {};
function set_theme(theme) {
const gradioURL = window.location.href;