about summary refs log tree commit diff stats
path: root/src/config
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-02-06 10:54:03 +0100
committerMichael Vetter <jubalh@iodoru.org>2020-02-06 10:54:03 +0100
commit7df964fe7bcd46b7d79c825f96c6cb8928924121 (patch)
treeac9fac606bdd5561bef6f12949649fdfc503c823 /src/config
parent0c08960ca0a6269c63e8bd89cb0b30364bca5c6c (diff)
downloadprofani-tty-7df964fe7bcd46b7d79c825f96c6cb8928924121.tar.gz
Set PREF_COLOR_NICK to false by default
Diffstat (limited to 'src/config')
-rw-r--r--src/config/preferences.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/preferences.c b/src/config/preferences.c
index 456aab7d..6cc2bb56 100644
--- a/src/config/preferences.c
+++ b/src/config/preferences.c
@@ -2138,7 +2138,7 @@ _get_default_string(preference_t pref)
         case PREF_OMEMO_POLICY:
             return "automatic";
         case PREF_COLOR_NICK:
-            return "off";
+            return "false";
         default:
             return NULL;
     }