mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 20:36:49 +02:00
missing the ban button
This commit is contained in:
parent
03d3e0b550
commit
00653b6b19
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ Rectangle {
|
||||||
datum[property] = false;
|
datum[property] = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
['mute', 'spacer', 'ignore', 'ban'].forEach(init);
|
['ignore', 'spacer', 'mute', 'kick'].forEach(init);
|
||||||
datum.userIndex = userIndex++;
|
datum.userIndex = userIndex++;
|
||||||
userModel.append(datum);
|
userModel.append(datum);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue