We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8365e49 commit 314fd31Copy full SHA for 314fd31
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "WIP",
3
"description": "Menubar app for WIP",
4
- "version": "1.4.3",
+ "version": "1.4.4",
5
"author": "Marc Köhlbrugge <hey@marckohlbrugge.com>",
6
"bugs": {
7
"url": "https://github.com/marckohlbrugge/wip-menubar/issues"
src/app.js
@@ -54,7 +54,7 @@ app.on('ready', () => {
54
55
autoUpdater.checkForUpdatesAndNotify();
56
57
- const autoLauncher = new AutoLaunch({ name: pjson.name });
+ // const autoLauncher = new AutoLaunch({ name: pjson.name });
58
const tray = new Tray(icon.done);
59
let oauthWindow = null;
60
let composeWindow = null;
0 commit comments