Allow setting occupants indent outside of MUC

And when not connected.
This commit is contained in:
Michael Vetter
2019-04-18 20:56:51 +02:00
parent 0c248a0b16
commit 62c23233f7
2 changed files with 31 additions and 34 deletions

View File

@@ -49,9 +49,7 @@ _occuptantswin_occupant(ProfLayoutSplit *layout, Occupant *occupant, gboolean sh
GString *msg = g_string_new(" ");
int indent = prefs_get_occupants_indent();
int current_indent = 0;
if (indent > 0) {
current_indent += indent;
while (indent > 0) {
g_string_append(msg, " ");
indent--;