From 79a6d27ff6a70869e98717da5e9364e0a1c573a8 Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Wed, 21 Mar 2018 11:42:53 +0900
Subject: [PATCH] refs #22 Remove reply shortcut
---
src/main/index.js | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/src/main/index.js b/src/main/index.js
index e2c54c97..4130de47 100644
--- a/src/main/index.js
+++ b/src/main/index.js
@@ -57,16 +57,6 @@ function createWindow () {
click: () => {
mainWindow.webContents.send('CmdOrCtrl+N')
}
- },
- {
- type: 'separator'
- },
- {
- label: 'Reply',
- accelerator: 'CmdOrCtrl+R',
- click: () => {
- mainWindow.webContents.send('CmdOrCtrl+R')
- }
}
]
},