Resolved issue #1438
This commit is contained in:
parent
0aab392541
commit
56ea833595
1 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,9 @@ app.on("ready", () => {
|
|||
win.on("ready-to-show", () => {
|
||||
console.debug("[Cider] Window is Ready.");
|
||||
CiderPlug.callPlugins("onReady", win);
|
||||
win.show();
|
||||
if (!app.commandLine.hasSwitch("hidden")) {
|
||||
win.show();
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue