hotfix, downgrade packaged version to 8.5.2

This commit is contained in:
2022-04-21 23:58:48 +02:00
parent 7f5f5e7f62
commit 5fde20ace1
6 changed files with 33 additions and 159 deletions

View File

@@ -101,6 +101,7 @@ function addGlobalShortcuts() {
// initialization and is ready to create browser windows.
// Some APIs can only be used after this event occurs.
app.on("ready", () => {
app.allowRendererProcessReuse = true;
createWindow();
addMenu();
createSettingsWindow();

View File

@@ -38,12 +38,10 @@ const mainMenu = [
},
]
: []),
// { role: 'fileMenu' }
{
label: "File",
submenu: [settingsMenuEntry, isMac ? { role: "close" } : quitMenuEntry],
},
// { role: 'editMenu' }
{
label: "Edit",
submenu: [
@@ -69,7 +67,6 @@ const mainMenu = [
settingsMenuEntry,
],
},
// { role: 'viewMenu' }
{
label: "View",
submenu: [
@@ -83,7 +80,6 @@ const mainMenu = [
{ role: "togglefullscreen" },
],
},
// { role: 'windowMenu' }
{
label: "Window",
submenu: [