From b5b9ff6fcca58c00bc5c86dd9e6c8b455a085ec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodn=C3=A1r=20Zsombor?= <bodzsoaa@sch.bme.hu> Date: Sat, 6 Feb 2021 16:45:26 +0100 Subject: [PATCH] Rename debugMode --- src/configuration.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configuration.cc b/src/configuration.cc index d7444b6..467f060 100644 --- a/src/configuration.cc +++ b/src/configuration.cc @@ -123,7 +123,7 @@ void Configuration::LoadSettings() { // Debug specific constants // Send packets to localhost - debug_mode_ = settings_.value("debugMode", false).toBool(); + debug_mode_ = settings_.value("debug_mode", false).toBool(); target_address_ = (debug_mode_) -- GitLab