Fill the search box with the current channel name at the shortcut
For #229
This commit is contained in:
@@ -70,7 +70,7 @@ var createTemplate = function(mainWindow, config) {
|
||||
}, {
|
||||
role: 'selectall'
|
||||
}, separatorItem, {
|
||||
label: 'Search in Current Channel',
|
||||
label: 'Search in Channel',
|
||||
accelerator: 'CmdOrCtrl+F',
|
||||
click: (item, focusedWindow) => {
|
||||
if (focusedWindow) {
|
||||
|
Reference in New Issue
Block a user