missing the ban button

This commit is contained in:
howard-stearns 2016-12-13 16:23:43 -08:00
parent 03d3e0b550
commit 00653b6b19

View file

@ -96,7 +96,7 @@ Rectangle {
datum[property] = false;
}
}
['mute', 'spacer', 'ignore', 'ban'].forEach(init);
['ignore', 'spacer', 'mute', 'kick'].forEach(init);
datum.userIndex = userIndex++;
userModel.append(datum);
});