Browse Source

Update Preferences.js

pull/1453/head
Ramiro Saenz 7 years ago committed by GitHub
parent
commit
31f3be9cf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/view/preferences/Preferences.js

2
app/view/preferences/Preferences.js

@ -276,7 +276,7 @@ Ext.define('Rambox.view.preferences.Preferences',{
} }
,{ ,{
xtype: 'fieldset' xtype: 'fieldset'
,title: 'Proxy (needs to relaunch) - <a href="http://proxylist.hidemyass.com/" target="_blank">Free IP:PORT Proxy List</a>' ,title: 'Proxy (needs to relaunch) - <a href="https://github.com/saenzramiro/rambox/wiki/FREE-PROXY-SERVERS" target="_blank">Free Proxy Servers</a>'
,collapsed: !config.proxy ,collapsed: !config.proxy
,checkboxToggle: true ,checkboxToggle: true
,checkboxName: 'proxy' ,checkboxName: 'proxy'

Loading…
Cancel
Save