@@ -15,6 +15,7 @@ function createWindow() {
|
|||||||
},
|
},
|
||||||
icon: 'images/favicon.ico'
|
icon: 'images/favicon.ico'
|
||||||
});
|
});
|
||||||
|
win.setMenuBarVisibility(false);
|
||||||
win.maximize();
|
win.maximize();
|
||||||
|
|
||||||
const indexPath = path.resolve(__dirname, './index.html');
|
const indexPath = path.resolve(__dirname, './index.html');
|
||||||
|
|||||||
Reference in New Issue
Block a user