Fix app is launched in both dock and menubar mode at the same (#220)

This commit is contained in:
Quang Lam 2020-04-27 22:11:01 +07:00 committed by GitHub
parent eaaf6565d4
commit 4d5608fa69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,6 +135,7 @@ const createAsync = () => new Promise((resolve) => {
resolve();
});
return;
}