We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd61f6 commit 430d6cbCopy full SHA for 430d6cb
test/window-integration-tests/main.js
@@ -6,6 +6,7 @@ function createWindow() {
6
const mainWindow = new BrowserWindow({
7
width: WIDTH,
8
height: HEIGTH,
9
+ alwaysOnTop: true,
10
webPreferences: {
11
nodeIntegration: true,
12
preload: path.join(__dirname, 'preload.js')
0 commit comments