mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 01:24:05 +02:00
Return more connections in pal
This commit is contained in:
parent
a005f9e9ab
commit
b2645bc23b
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ Rectangle {
|
|||
'username';
|
||||
}
|
||||
sortAscending: connectionsTable.sortIndicatorOrder === Qt.AscendingOrder;
|
||||
itemsPerPage: 10;
|
||||
itemsPerPage: 1000;
|
||||
listView: connectionsTable;
|
||||
processPage: function (data) {
|
||||
return data.users.map(function (user) {
|
||||
|
|
Loading…
Reference in a new issue