Skip to content

Commit

Permalink
Changed menu to reflect Audio Processor vice Wavsyn
Browse files Browse the repository at this point in the history
  • Loading branch information
Erich Izdepski committed Aug 12, 2021
1 parent 3834d30 commit ed5d831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down

0 comments on commit ed5d831

Please sign in to comment.