Adjust /color configuration output
Fix https://github.com/profanity-im/profanity/issues/1243
This commit is contained in:
@@ -1991,15 +1991,15 @@ cons_color_setting(void)
|
|||||||
prefs_free_string(color_pref);
|
prefs_free_string(color_pref);
|
||||||
|
|
||||||
if (prefs_get_boolean(PREF_ROSTER_COLOR_NICK)) {
|
if (prefs_get_boolean(PREF_ROSTER_COLOR_NICK)) {
|
||||||
cons_show("Consistent color generation in roster (/roster) : ON");
|
cons_show("Consistent color generation in roster (/roster color) : ON");
|
||||||
} else {
|
} else {
|
||||||
cons_show("Consistent color generation in roster (/roster) : OFF");
|
cons_show("Consistent color generation in roster (/roster color) : OFF");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (prefs_get_boolean(PREF_OCCUPANTS_COLOR_NICK)) {
|
if (prefs_get_boolean(PREF_OCCUPANTS_COLOR_NICK)) {
|
||||||
cons_show("Consistent color generation for occupants (/occupants) : ON");
|
cons_show("Consistent color generation for occupants (/occupants color) : ON");
|
||||||
} else {
|
} else {
|
||||||
cons_show("Consistent color generation for occupants (/occupants) : OFF");
|
cons_show("Consistent color generation for occupants (/occupants color) : OFF");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user