diff --git a/src/index.js b/src/index.js index 997ca0f..f436477 100644 --- a/src/index.js +++ b/src/index.js @@ -16,6 +16,9 @@ function createWindow() { shell.openExternal(url) }) + // Hide the toolbar + win.setMenuBarVisibility(false) + // The starting point of the app win.loadFile('./frontend/index.html') }