Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Nov 2, 2019
1 parent 2c5c5e3 commit 30590e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Expand Up @@ -14,7 +14,7 @@ const menu = require('./src/menu')

unhandled()
debug()
contextMenu();
contextMenu()

try {
require('electron-reloader')(module)
Expand Down Expand Up @@ -226,7 +226,7 @@ const aboutWindow = () => {
icon: path.join(__dirname, 'static', 'Icon.png'),
copyright: 'Copyright © Lacy Morrow',
text: 'A crosshair overlay for any screen. Feedback and bug reports welcome. Created by Lacy Morrow.'
});
})
}

const resetSettings = () => {
Expand Down

0 comments on commit 30590e3

Please sign in to comment.