From e11787c585433258700b7bdae0fe45d57d5873f8 Mon Sep 17 00:00:00 2001 From: Jiiks Date: Mon, 22 Jan 2018 22:08:08 +0200 Subject: [PATCH] add some test settings --- client/src/data/user.settings.default.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/client/src/data/user.settings.default.json b/client/src/data/user.settings.default.json index dcaf1a0b..b5c12e33 100644 --- a/client/src/data/user.settings.default.json +++ b/client/src/data/user.settings.default.json @@ -1,8 +1,22 @@ [ { "id": "core", - "text": "Core", + "text": "Core", "settings": [ + { + "id": "test-setting", + "text": "Test Setting", + "hint": "Test Setting", + "enabled": false, + "disabled": false + }, + { + "id": "test-setting2", + "text": "Test Setting 2", + "hint": "Test Setting 2", + "enabled": true, + "disabled": false + }, { "id": "voice-disconnect", "text": "Voice Disconnect",