mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:38:02 +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';
|
'username';
|
||||||
}
|
}
|
||||||
sortAscending: connectionsTable.sortIndicatorOrder === Qt.AscendingOrder;
|
sortAscending: connectionsTable.sortIndicatorOrder === Qt.AscendingOrder;
|
||||||
itemsPerPage: 10;
|
itemsPerPage: 1000;
|
||||||
listView: connectionsTable;
|
listView: connectionsTable;
|
||||||
processPage: function (data) {
|
processPage: function (data) {
|
||||||
return data.users.map(function (user) {
|
return data.users.map(function (user) {
|
||||||
|
|
Loading…
Reference in a new issue