Browse Source

Merge pull request #2195 from nopticon/fix/allow-more-than-25-services

Fix adding more than 25 services
pull/2223/head
Ramiro Saenz 6 years ago committed by GitHub
parent
commit
83d4c5cbb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/store/Services.js

1
app/store/Services.js

@ -10,6 +10,7 @@ Ext.define('Rambox.store.Services', {
,autoLoad: true ,autoLoad: true
,autoSync: true ,autoSync: true
,pageSize: 0
,groupField: 'align' ,groupField: 'align'
,sorters: [ ,sorters: [

Loading…
Cancel
Save