Skip to content

Commit

Permalink
r0b08x [chore] 3/28/2024, 2:36:00 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed Mar 28, 2024
1 parent 00ebc0f commit befe64d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
[//]: #@corifeus-header:end

### Unreleased
* FEATURE: Removed the Overview menu in the Electron main menu as it was not used.

### v2024.4.186
Released on 03/27/2024
* CHORE: Corifeus release.
Expand Down
2 changes: 2 additions & 0 deletions src/electron/module/create/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ function mainMenu() {
})
}
},
/*
{
label: global.p3xre.strings.menu.main.overview,
click: () => {
Expand All @@ -41,6 +42,7 @@ function mainMenu() {
})
}
},
*/
{type: 'separator'},
{
label: global.p3xre.strings.menu.main.quit,
Expand Down

0 comments on commit befe64d

Please sign in to comment.