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: {
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<title>electron-tabs-demo</title>
|
||||
<link rel="stylesheet" href="../electron-tabs.css">
|
||||
</head>
|
||||
<body style="margin:0">
|
||||
|
|
Loading…
Reference in a new issue