From 336cf0313d7cd466b11b5b4cfb56778e280a6a71 Mon Sep 17 00:00:00 2001 From: Judah B Date: Sun, 19 Dec 2021 13:52:18 -0600 Subject: [PATCH] Hide Tilebar --- main/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main/main.js b/main/main.js index 04f634c0..4db3571a 100644 --- a/main/main.js +++ b/main/main.js @@ -12,6 +12,7 @@ function createWindow () { webviewTag: true } }) + mainWindow.setMenuBarVisibility(false); // and load the index.html of the app. mainWindow.loadFile('./index.html')