Skip to content

Commit

Permalink
Update app menu to add items for profile list page (#4333)
Browse files Browse the repository at this point in the history
* Update app menu to add items for profile list page

* Apply suggestions from code review

Co-authored-by: efb4f5ff-1298-471a-8973-3d47447115dc <73130443+efb4f5ff-1298-471a-8973-3d47447115dc@users.noreply.github.com>

---------

Co-authored-by: efb4f5ff-1298-471a-8973-3d47447115dc <73130443+efb4f5ff-1298-471a-8973-3d47447115dc@users.noreply.github.com>
  • Loading branch information
1 parent 0bde0b3 commit e05827b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1330,6 +1330,13 @@ function runApp() {
},
type: 'normal'
},
{
label: 'Profile Manager',
click: (_menuItem, browserWindow, _event) => {
navigateTo('/settings/profile/', browserWindow)
},
type: 'normal'
},
].filter((v) => v !== false),
},
{
Expand Down

0 comments on commit e05827b

Please sign in to comment.