File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -159,15 +159,6 @@ function helpWindowItem() {
159
159
} ;
160
160
}
161
161
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
-
171
162
function securityItem ( ) {
172
163
return {
173
164
label : '&Plugins' ,
@@ -185,12 +176,6 @@ function helpSubMenu() {
185
176
subMenu . push ( networkOptInDialogItem ( ) ) ;
186
177
subMenu . push ( securityItem ( ) ) ;
187
178
188
-
189
- if ( process . env . HADRON_PRODUCT !== 'mongodb-compass-community' ) {
190
- subMenu . push ( separator ( ) ) ;
191
- subMenu . push ( intercomItem ( ) ) ;
192
- }
193
-
194
179
if ( process . platform !== 'darwin' ) {
195
180
subMenu . push ( separator ( ) ) ;
196
181
subMenu . push ( nonDarwinAboutItem ( ) ) ;
You can’t perform that action at this time.
0 commit comments