summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src/chat_options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Scriver/src/chat_options.cpp')
-rw-r--r--plugins/Scriver/src/chat_options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/chat_options.cpp b/plugins/Scriver/src/chat_options.cpp
index 58e2f5a502..a9a6830c8b 100644
--- a/plugins/Scriver/src/chat_options.cpp
+++ b/plugins/Scriver/src/chat_options.cpp
@@ -298,7 +298,7 @@ public:
mir_free(pszText);
g_Settings.bStripFormat = db_get_b(0, CHAT_MODULE, "TrimFormatting", 0) != 0;
- g_Settings.bLogIndentEnabled = (db_get_b(0, CHAT_MODULE, "LogIndentEnabled", 1) != 0) ? TRUE : FALSE;
+ g_Settings.bLogIndentEnabled = Chat::bLogIndentEnabled;
g_chatApi.MM_FontsChanged();
return true;