Answer the question
In order to leave comments, you need to log in
electron. How to overlay the dock panel with a new window?
Can't close dockpanel on mac os, code:
var {width, height} = electron.screen.getPrimaryDisplay().workAreaSize;
var win= new BrowserWindow({
width: width,
height: height,
transparent: true,
frame: false,
alwaysOnTop: true
});
win.setMenu(null);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question