From 0f0f179568fbaabeace476af4e970fa8a4e5422b Mon Sep 17 00:00:00 2001 From: Smith Date: Thu, 28 Dec 2023 21:27:02 +0100 Subject: [PATCH] use checkboxes for boolean options --- public/game-server-config.schema.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/game-server-config.schema.json b/public/game-server-config.schema.json index 5727734..6d37652 100644 --- a/public/game-server-config.schema.json +++ b/public/game-server-config.schema.json @@ -204,6 +204,7 @@ "title": "givenPortOnly", "description": "Only attempt to query server on given port.", "type": "boolean", + "format": "checkbox", "options": { "grid_columns": 3 } @@ -212,6 +213,7 @@ "title": "requestRules (Valve)", "description": "Additional server info may be fetched into the raw field.", "type": "boolean", + "format": "checkbox", "options": { "grid_columns": 3 }