mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 12:56:21 +00:00
Set PREF_COLOR_NICK to false by default
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user