1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Set PREF_COLOR_NICK to false by default

This commit is contained in:
Michael Vetter 2020-02-06 10:54:03 +01:00
parent 0c08960ca0
commit 7df964fe7b

View File

@ -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;
}