aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/options.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options.cpp b/src/options.cpp
index 3d400c2..b0cbb39 100644
--- a/src/options.cpp
+++ b/src/options.cpp
@@ -489,7 +489,7 @@ void Options::setStopMusicOnCategoryEnabled(bool value)
bool Options::logToTextFileEnabled() const
{
- return config.value("automatic_logging_enabled", true).toBool();
+ return config.value("automatic_logging_enabled", false).toBool();
}
void Options::setLogToTextFileEnabled(bool value)
@@ -499,7 +499,7 @@ void Options::setLogToTextFileEnabled(bool value)
bool Options::logToDemoFileEnabled() const
{
- return config.value("demo_logging_enabled", true).toBool();
+ return config.value("demo_logging_enabled", false).toBool();
}
void Options::setLogToDemoFileEnabled(bool value)