From 7ae2a028ba8d46be5bd70903c456497696ae8c83 Mon Sep 17 00:00:00 2001 From: Allen Hancock Date: Wed, 9 Nov 2016 13:58:05 -0600 Subject: [PATCH] simplify automatic start option --- README.md | 2 +- app/view/preferences/Preferences.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e3591d4..4381eefe 100644 --- a/README.md +++ b/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. diff --git a/app/view/preferences/Preferences.js b/app/view/preferences/Preferences.js index 749340a1..f0daf142 100644 --- a/app/view/preferences/Preferences.js +++ b/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 } ,{