diff --git a/src/main/index.js b/src/main/index.js index 63e7abb15d789..c7a449ac04ff3 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -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), }, {