From b566dc5452cf910b8d4eeeb7065d9078518509b5 Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Sun, 20 Oct 2024 19:27:34 +0100 Subject: [PATCH] wrong attribute name --- Bloxstrap/Resources/CustomBootstrapperSchema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bloxstrap/Resources/CustomBootstrapperSchema.json b/Bloxstrap/Resources/CustomBootstrapperSchema.json index 20acae8..e8df14e 100644 --- a/Bloxstrap/Resources/CustomBootstrapperSchema.json +++ b/Bloxstrap/Resources/CustomBootstrapperSchema.json @@ -37,7 +37,7 @@ "IsCreatable": true, "Attributes": { "ShowMinimize": "bool", - "ShowMaximize": "bool", + "ShowClose": "bool", "Title": "string" } },