Skip to content

Commit 4458513

Browse files
committed
COMPASS-2158: No need for help menu item for Intercom (#1299)
1 parent eb3535b commit 4458513

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/main/menu.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -159,15 +159,6 @@ function helpWindowItem() {
159159
};
160160
}
161161

162-
function intercomItem() {
163-
return {
164-
label: '&Provide Feedback',
165-
click: function() {
166-
BrowserWindow.getFocusedWindow().webContents.send('window:show-intercom-panel');
167-
}
168-
};
169-
}
170-
171162
function securityItem() {
172163
return {
173164
label: '&Plugins',
@@ -185,12 +176,6 @@ function helpSubMenu() {
185176
subMenu.push(networkOptInDialogItem());
186177
subMenu.push(securityItem());
187178

188-
189-
if (process.env.HADRON_PRODUCT !== 'mongodb-compass-community') {
190-
subMenu.push(separator());
191-
subMenu.push(intercomItem());
192-
}
193-
194179
if (process.platform !== 'darwin') {
195180
subMenu.push(separator());
196181
subMenu.push(nonDarwinAboutItem());

0 commit comments

Comments
 (0)