Skip to content

Commit 2dfaf9d

Browse files
committed
Never show bart
1 parent 172914e commit 2dfaf9d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@ function startProcessWin () {
548548

549549
processWin = new BrowserWindow({
550550
show: false,
551+
autoHideMenuBar: true,
551552
backgroundThrottling: false,
552553
webPreferences: {
553554
preload: join(__dirname, './process-preload.mjs'),
@@ -1557,7 +1558,7 @@ ipcMain.on('open-contributor-auth', function (event, provider) {
15571558
}
15581559
const myStretchlyUrl = `https://my.stretchly.net/app/v1?provider=${provider}`
15591560
myStretchlyWin = new BrowserWindow({
1560-
autoHideMenuBar: false,
1561+
autoHideMenuBar: true,
15611562
show: false,
15621563
width: 1000,
15631564
height: 700,

0 commit comments

Comments
 (0)