Skip to content

Commit 430d6cb

Browse files
committed
(#17) Made window toplevel by default
1 parent 4cd61f6 commit 430d6cb

File tree

1 file changed

+1
-0
lines changed
  • test/window-integration-tests

1 file changed

+1
-0
lines changed

test/window-integration-tests/main.js

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ function createWindow() {
66
const mainWindow = new BrowserWindow({
77
width: WIDTH,
88
height: HEIGTH,
9+
alwaysOnTop: true,
910
webPreferences: {
1011
nodeIntegration: true,
1112
preload: path.join(__dirname, 'preload.js')

0 commit comments

Comments
 (0)