Browse Source

Added a ne options to disable external window integration

pull/2102/head
mxb 6 years ago
parent
commit
98a87518c4
  1. 8
      app/view/add/Add.js

8
app/view/add/Add.js

@ -195,6 +195,14 @@ Ext.define('Rambox.view.add.Add',{
,uncheckedValue: false
,inputValue: true
}
,{
xtype: 'checkbox'
,boxLabel: locale['app.window[39]']
,name: 'allowExternalTab'
,checked: me.edit ? me.record.get('allow_external_tab') : true
,uncheckedValue: false
,inputValue: true
}
]
}
]

Loading…
Cancel
Save