Browse Source

simplify automatic start option

pull/450/head
Allen Hancock 9 years ago
parent
commit
7ae2a028ba
  1. 2
      README.md
  2. 2
      app/view/preferences/Preferences.js

2
README.md

@ -123,7 +123,7 @@
- [x] Mute audio to specific service.
- [x] Separate tabs floating to the right.
- [x] Go Offline on specific service.
- [x] Start automatically on system startup.
- [x] Start automatically.
- [x] Custom Code Injection.
- [x] Keyboard Shortcuts.
- [x] Proxy.

2
app/view/preferences/Preferences.js

@ -45,7 +45,7 @@ Ext.define('Rambox.view.preferences.Preferences',{
{
xtype: 'checkbox'
,name: 'auto_launch'
,boxLabel: 'Start automatically on system startup'
,boxLabel: 'Start automatically'
,value: config.auto_launch
}
,{

Loading…
Cancel
Save