From 4d5608fa69ec613b2f910e6131d34ba375ec4de3 Mon Sep 17 00:00:00 2001 From: Quang Lam Date: Mon, 27 Apr 2020 22:11:01 +0700 Subject: [PATCH] Fix app is launched in both dock and menubar mode at the same (#220) --- public/windows/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/windows/main.js b/public/windows/main.js index 378e0cb5..d9953420 100644 --- a/public/windows/main.js +++ b/public/windows/main.js @@ -135,6 +135,7 @@ const createAsync = () => new Promise((resolve) => { resolve(); }); + return; }