mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 17:54:20 +02:00
Merge pull request #14567 from davidkelly/dk/18639
Return more connections in pal
This commit is contained in:
commit
3e10bea1ce
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