frameless design with tabs on top, split for left panel

This commit is contained in:
zadam
2019-12-23 11:52:45 +01:00
parent 613d5f93e8
commit 7c8e7a3f4b
7 changed files with 87 additions and 45 deletions

View File

@@ -52,6 +52,7 @@ async function createMainWindow() {
webPreferences: {
nodeIntegration: true
},
frame: false,
icon: path.join(__dirname, 'images/app-icons/png/256x256' + (env.isDev() ? '-dev' : '') + '.png')
});