From 6f8c5bf7c63c1bb086d151588f87329ccca76a04 Mon Sep 17 00:00:00 2001 From: DJ2LS Date: Tue, 4 Jul 2023 06:41:56 +0200 Subject: [PATCH] fixed a setting problem --- gui/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/main.js b/gui/main.js index 1e5f264f..1e937fb4 100644 --- a/gui/main.js +++ b/gui/main.js @@ -102,7 +102,7 @@ const configDefaultSettings = "tx_delay" : 0, \ "auto_start": 0, \ "enable_sys_notification": 1, \ - "enable_mesh_features": 0 \ + "enable_mesh_features": "False" \ }'; if (!fs.existsSync(configPath)) {