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:
Yuya Ochiai
2016-09-20 01:17:18 +09:00
parent a12ec194ad
commit 5b79384521
3 changed files with 0 additions and 10 deletions

View File

@@ -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({