Merge pull request #295 from yuya-oc/disable-ctrl-shift-s

Disable search in current team `CTRL+SHIFT+S`
This commit is contained in:
Yuya Ochiai
2016-09-20 01:43:26 +09:00
committed by GitHub
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({