re-activate kiosk mode
This commit is contained in:
@@ -171,7 +171,7 @@ function createMainWindow() {
|
|||||||
backgroundColor: '#000000',
|
backgroundColor: '#000000',
|
||||||
icon: 'images/icon-512.png',
|
icon: 'images/icon-512.png',
|
||||||
autoHideMenuBar: true,
|
autoHideMenuBar: true,
|
||||||
// kiosk: true,
|
kiosk: true,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
preload: path.join(__dirname, 'js/preload.js'),
|
preload: path.join(__dirname, 'js/preload.js'),
|
||||||
webSecurity: false,
|
webSecurity: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user