mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
frameless design with tabs on top, split for left panel
This commit is contained in:
@@ -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')
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user