Skip to content

Commit 314fd31

Browse files
Disable auto-launch
1 parent 8365e49 commit 314fd31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "WIP",
33
"description": "Menubar app for WIP",
4-
"version": "1.4.3",
4+
"version": "1.4.4",
55
"author": "Marc Köhlbrugge <hey@marckohlbrugge.com>",
66
"bugs": {
77
"url": "https://github.com/marckohlbrugge/wip-menubar/issues"

src/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ app.on('ready', () => {
5454

5555
autoUpdater.checkForUpdatesAndNotify();
5656

57-
const autoLauncher = new AutoLaunch({ name: pjson.name });
57+
// const autoLauncher = new AutoLaunch({ name: pjson.name });
5858
const tray = new Tray(icon.done);
5959
let oauthWindow = null;
6060
let composeWindow = null;

0 commit comments

Comments
 (0)