mirror of
https://github.com/overte-org/overte.git
synced 2025-05-28 06:30:39 +02:00
Don't show admin columns if you can't kick.
This commit is contained in:
parent
5a97156151
commit
0e9b1b45f4
1 changed files with 2 additions and 0 deletions
|
@ -139,11 +139,13 @@ Rectangle {
|
|||
width: actionWidth
|
||||
}
|
||||
TableViewColumn {
|
||||
visible: Users.canKick;
|
||||
role: "mute";
|
||||
title: "Mute";
|
||||
width: actionWidth
|
||||
}
|
||||
TableViewColumn {
|
||||
visible: Users.canKick;
|
||||
role: "kick";
|
||||
title: "Ban"
|
||||
width: actionWidth
|
||||
|
|
Loading…
Reference in a new issue