From d0cdd4d5c15dad1fdfa4e47042484503d1044f7a Mon Sep 17 00:00:00 2001 From: howard-stearns Date: Tue, 13 Dec 2016 16:23:43 -0800 Subject: [PATCH] missing the ban button --- interface/resources/qml/hifi/Pal.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/Pal.qml b/interface/resources/qml/hifi/Pal.qml index 9880e83219..0264ae8cfe 100644 --- a/interface/resources/qml/hifi/Pal.qml +++ b/interface/resources/qml/hifi/Pal.qml @@ -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); });