Skip to content

Commit

Permalink
Add admin disclaimer. Fixes #52
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinhenderson committed Mar 22, 2022
1 parent 2f04c67 commit 766a82a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eyecommander",
"productName": "EyeCommander",
"version": "1.2.5",
"version": "1.2.6",
"description": "Detect blinks and convert them to switch output",
"main": ".webpack/main",
"scripts": {
Expand Down
6 changes: 5 additions & 1 deletion src/react-app/settings-page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,11 @@ const StartupSettings = () => {
<Typography variant="h2" sx={{ fontSize: "1.5rem", fontWeight: "bold" }}>
Startup
</Typography>
<Typography>Force EyeCommander to launch on startup</Typography>
<Typography>Force EyeCommander to launch on startup.</Typography>
<Typography>
Please note you that your user account must be an Administrator for this
to work.
</Typography>
<FormControlLabel
control={
<Checkbox
Expand Down

0 comments on commit 766a82a

Please sign in to comment.