mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-12-29 19:05:05 +08:00
auto-expand enable by default for js
This commit is contained in:
parent
a74c014425
commit
e12a1be1ca
@ -201,8 +201,8 @@ onUiLoaded(async() => {
|
||||
canvas_hotkey_overlap: "KeyO",
|
||||
canvas_disabled_functions: [],
|
||||
canvas_show_tooltip: true,
|
||||
canvas_auto_expand: true,
|
||||
canvas_blur_prompt: false,
|
||||
canvas_auto_expand: false
|
||||
};
|
||||
|
||||
const functionMap = {
|
||||
|
Loading…
Reference in New Issue
Block a user