wrong attribute name

This commit is contained in:
bluepilledgreat 2024-10-20 19:27:34 +01:00
parent 5fd389b9d0
commit b566dc5452

View File

@ -37,7 +37,7 @@
"IsCreatable": true, "IsCreatable": true,
"Attributes": { "Attributes": {
"ShowMinimize": "bool", "ShowMinimize": "bool",
"ShowMaximize": "bool", "ShowClose": "bool",
"Title": "string" "Title": "string"
} }
}, },