From ed5d83141ca39ae6f5c9bdc1aa83fe2d8d46ba2c Mon Sep 17 00:00:00 2001 From: Erich Izdepski Date: Thu, 12 Aug 2021 15:40:04 -0400 Subject: [PATCH] Changed menu to reflect Audio Processor vice Wavsyn --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 889e152..f7f843d 100644 --- a/main.js +++ b/main.js @@ -495,7 +495,7 @@ const template = [ { label: 'Window', submenu: [ - { label: 'Wavsyn', + { label: 'Audio Processor', click() { //load main view (which is also default) mainWindow.loadFile(path.join(__dirname, "index.html"));