1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Added /roster by preference to UI preferences summary

This commit is contained in:
James Booth 2015-02-24 22:24:20 +00:00
parent 434fb1878b
commit 84c02ffb72

View File

@ -1003,6 +1003,9 @@ cons_roster_setting(void)
else
cons_show("Roster resource (/roster) : hide");
char *by = prefs_get_string(PREF_ROSTER_BY);
cons_show("Roster by (/roster : %s", by);
int size = prefs_get_roster_size();
cons_show("Roster size (/roster) : %d", size);
}