Disable search in current team CTRL+SHIFT+S
Due to #293 Revert when DM search works properly https://mattermost.atlassian.net/browse/PLT-91
This commit is contained in:
@@ -77,14 +77,6 @@ var createTemplate = function(mainWindow, config) {
|
||||
focusedWindow.webContents.send('activate-search-box');
|
||||
}
|
||||
}
|
||||
}, {
|
||||
label: 'Search in Channel',
|
||||
accelerator: 'Shift+CmdOrCtrl+S',
|
||||
click: (item, focusedWindow) => {
|
||||
if (focusedWindow) {
|
||||
focusedWindow.webContents.send('activate-search-box-in-channel');
|
||||
}
|
||||
}
|
||||
}]
|
||||
});
|
||||
template.push({
|
||||
|
Reference in New Issue
Block a user