missing the ban button

This commit is contained in:
howard-stearns 2016-12-13 16:23:43 -08:00 committed by Seth Alves
parent 3610d5ddeb
commit d0cdd4d5c1

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);
});