mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-05 15:22:13 -08:00
auto-expand enable by default for js
This commit is contained in:
parent
a74c014425
commit
e12a1be1ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue