Fix demo appname
This commit is contained in:
parent
52b6506c57
commit
601c7fc24c
2 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
|||
const electron = require('electron');
|
||||
const app = electron.app;
|
||||
|
||||
app.setName('electron-tabs-demo');
|
||||
|
||||
app.on('ready', function () {
|
||||
const mainWindow = new electron.BrowserWindow({
|
||||
webPreferences: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue