Add Customization Menu status, position and size to config

+ Customization Menu bugfixes
This commit is contained in:
GreenComfyTea
2023-08-06 15:57:48 +03:00
parent ade8a6bf19
commit 3e121fbd1c
4 changed files with 81 additions and 27 deletions

View File

@@ -476,6 +476,11 @@ function this.init_default()
x = 10,
y = 40
},
relative_offset = {
x = 0,
y = 45
},
spacing = {
x = 0,
@@ -7569,6 +7574,25 @@ function this.init_default()
debug = {
history_size = 64
},
customization_menu = {
visible = false,
position = {
x = 360,
y = 50
},
size = {
width = 785,
height = 610
},
pivot = {
x = 0,
y = 0
}
}
};
end