style(electron): tool bar refactor to give two levels

This commit is contained in:
2025-08-10 08:01:46 -04:00
parent 1a81d104a5
commit 7dd907aeb9
6 changed files with 333 additions and 35 deletions

View File

@@ -16,6 +16,7 @@ const createWindow = () => {
mainWindow = new BrowserWindow({
width: 1200,
height: 800,
icon: path.join(__dirname, 'toolkitIcon.png'),
webPreferences: {
nodeIntegration: true,
contextIsolation: false,