Browse Source

added inputType as password

pull/2228/head
mxb 6 years ago
parent
commit
5bd3d64469
  1. 1
      app/view/preferences/Preferences.js

1
app/view/preferences/Preferences.js

@ -352,6 +352,7 @@ Ext.define('Rambox.view.preferences.Preferences',{
,name: 'proxyPassword'
,value: config.proxyPassword
,emptyText: 'Optional'
,inputType: 'password'
}
]
}

Loading…
Cancel
Save