Skip to content
Snippets Groups Projects
Commit b5b9ff6f authored by bodzsoaa's avatar bodzsoaa
Browse files

Rename debugMode

parent 86475c07
No related branches found
No related tags found
No related merge requests found
......@@ -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_)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment