style(electron): tool bar refactor to give two levels
This commit is contained in:
@@ -16,6 +16,7 @@ const createWindow = () => {
|
||||
mainWindow = new BrowserWindow({
|
||||
width: 1200,
|
||||
height: 800,
|
||||
icon: path.join(__dirname, 'toolkitIcon.png'),
|
||||
webPreferences: {
|
||||
nodeIntegration: true,
|
||||
contextIsolation: false,
|
||||
|
||||
Reference in New Issue
Block a user