Browse Source

Merge 7ae2a028ba into b559929eba

pull/450/merge
Allen Hancock 8 years ago committed by GitHub
parent
commit
96974dfa24
  1. 2
      README.md
  2. 2
      app/view/preferences/Preferences.js

2
README.md

@ -142,7 +142,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