From 601c7fc24c0a223567b279abe63b93979f93f855 Mon Sep 17 00:00:00 2001 From: Thomas Brouard Date: Tue, 10 Mar 2020 21:53:22 +0100 Subject: [PATCH] Fix demo appname --- demo/app.js | 2 -- demo/electron-tabs.html | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/demo/app.js b/demo/app.js index 148aafb..f485185 100644 --- a/demo/app.js +++ b/demo/app.js @@ -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: { diff --git a/demo/electron-tabs.html b/demo/electron-tabs.html index f4ad72d..5a4944a 100644 --- a/demo/electron-tabs.html +++ b/demo/electron-tabs.html @@ -2,6 +2,7 @@ + electron-tabs-demo