From df847df7dd835f8b64d8e7fe1b107cfd1aa04f09 Mon Sep 17 00:00:00 2001 From: buzzcode2007 <73412182+buzz_lightsnack_2007@users.noreply.github.com> Date: Sat, 23 Mar 2024 15:10:23 +0800 Subject: [PATCH] update configuration template Yes, make that have template preferences! --- config/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.json b/config/config.json index 9638a34..09e8061 100644 --- a/config/config.json +++ b/config/config.json @@ -1,4 +1,4 @@ { - "enabled": [], - "disabled": [] + "OOBE": [], + "settings": {} }