Skip to content

Commit

Permalink
Remove unused menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
lyonsil committed Feb 27, 2024
1 parent a1a929a commit ed16595
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions src/renderer/components/platform-bible-menu.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,6 @@ const standardMenuLayout: GridMenuInfo = {
{
name: 'Project',
items: [
{
name: 'Open',
command: 'platform.openProjectDialog',
hasDivider: true,
},
{
name: 'Download/Update Project',
command: 'platform.openDownloadUpdateProjectDialog',
hasDivider: true,
},
{
name: 'Download/Install Resources...',
command: 'platform.downloadAndInstallResources',
hasDivider: true,
},
{
name: 'Open Resource Viewer...',
command: 'resourceViewer.open',
Expand All @@ -35,46 +20,13 @@ const standardMenuLayout: GridMenuInfo = {
command: 'paratextBibleWordList.open',
hasDivider: true,
},
{
name: 'Open Hello World Project...',
command: 'helloWorld.openProject',
hasDivider: true,
},
{
name: 'Settings...',
command: 'platform.settings',
hasDivider: true,
},
{
name: 'Exit',
command: 'platform.quit',
hasDivider: true,
},
],
},
{
name: 'Window',
items: [],
},
{
name: 'Layout',
items: [],
},
{
name: 'Help',
items: [
{
name: 'Visit Support.Bible',
command: 'platform.visitSupportPage',
hasDivider: true,
},
{
name: 'About Platform.Bible...',
command: 'platform.about',
hasDivider: true,
},
],
},
],
};

Expand Down

0 comments on commit ed16595

Please sign in to comment.