mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-09 07:45:01 +02:00
Keep the old test_diffusers id around to prevent broken plugins
This commit is contained in:
@ -469,6 +469,7 @@ async function getAppConfig() {
|
||||
testDiffusersEnabled = false
|
||||
}
|
||||
testDiffusers.checked = testDiffusersEnabled
|
||||
document.querySelector("#test_diffusers").checked = testDiffusers.checked // don't break plugins
|
||||
|
||||
if (config.config_on_startup) {
|
||||
if (config.config_on_startup?.use_v3_engine) {
|
||||
|
Reference in New Issue
Block a user