Browse Source

Integrated the property allow_external_tab inside the service controller

pull/2102/head
mxb 6 years ago
parent
commit
f743c8660e
  1. 1
      app/store/Services.js

1
app/store/Services.js

@ -43,6 +43,7 @@ Ext.define('Rambox.store.Services', {
,src: service.get('url')
,type: service.get('type')
,muted: service.get('muted')
,allow_external_tab: service.get('allow_external_tab')
,includeInGlobalUnreadCounter: service.get('includeInGlobalUnreadCounter')
,displayTabUnreadCounter: service.get('displayTabUnreadCounter')
,enabled: service.get('enabled')

Loading…
Cancel
Save