diff options
Diffstat (limited to 'text_file_functions.cpp')
| -rw-r--r-- | text_file_functions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text_file_functions.cpp b/text_file_functions.cpp index afe8fc30..fcb8df2c 100644 --- a/text_file_functions.cpp +++ b/text_file_functions.cpp @@ -50,7 +50,7 @@ bool AOApplication::get_log_goes_downwards() bool AOApplication::get_showname_enabled_by_default() { - QString result = configini->value("show_custom_shownames", "false").value<QString>(); + QString result = configini->value("show_custom_shownames", "true").value<QString>(); return result.startsWith("true"); } |
