From b438fbe0985d99764bd62d813e6e01bf7b7fe566 Mon Sep 17 00:00:00 2001 From: azuldev1 Date: Mon, 21 Jan 2019 15:12:27 -0600 Subject: [PATCH 01/16] added input for auto launch settings --- package.json | 1 + src/Settings/index.js | 55 ++++++++++++++++++++++++++++--------------- src/autoLaunch.js | 7 ++++++ yarn.lock | 26 ++++++++++++++++++++ 4 files changed, 70 insertions(+), 19 deletions(-) create mode 100644 src/autoLaunch.js diff --git a/package.json b/package.json index 0847ab9e..bca7632d 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "test-watch": "yarn test --watch" }, "dependencies": { + "auto-launch": "^5.0.5", "bootstrap": "^4.1.3", "depcheck": "^0.6.11", "devtron": "^1.4.0", diff --git a/src/Settings/index.js b/src/Settings/index.js index 4dddc341..4eef549b 100644 --- a/src/Settings/index.js +++ b/src/Settings/index.js @@ -72,7 +72,7 @@ class Settings extends Component { return ( - +
- - - + + + + + + + + + + Auto launch application on startup. + + + +