Remove accelerators from tray menu

Closes #239
This commit is contained in:
Kolja Lampe
2016-08-13 10:03:07 +02:00
committed by Kolja Lampe
parent 1d851fd6de
commit 92648d9067
2 changed files with 1 additions and 1 deletions

View File

@@ -11,7 +11,6 @@ function createTemplate(mainWindow, config) {
...config.teams.slice(0, 9).map((team, i) => {
return {
label: team.name,
accelerator: `CmdOrCtrl+${i + 1}`,
click: (item, focusedWindow) => {
mainWindow.show(); // for OS X
mainWindow.webContents.send('switch-tab', i);