I just encountered the same problem as you, but I solved it.
Hope it can help you. just find “src-electron/main-process/electron-main.js”, After initial window options, we got “mainWindow” object like “BrowserWindow” , then you can use “mainWindow.setMenuBarVisibility(false)” to hide the top menuBar
A
Latest posts made by aifuxi
-
RE: Electron: hide menu Bar window