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:
parent
0c08960ca0
commit
7df964fe7b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user