1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

devtools will automatically removed in production

This commit is contained in:
Rokt33r
2016-01-15 15:41:18 +09:00
parent adb35b5bef
commit 3ef7f19ffc
5 changed files with 18 additions and 22 deletions

View File

@@ -149,16 +149,6 @@ var view = {
click: function () {
BrowserWindow.getFocusedWindow().reload()
}
// },
// {
// label: 'Toggle Developer Tools',
// accelerator: (function () {
// if (process.platform === 'darwin') return 'Alt+Command+I'
// else return 'Ctrl+Shift+I'
// })(),
// click: function (item, focusedWindow) {
// if (focusedWindow) BrowserWindow.getFocusedWindow().toggleDevTools()
// }
}
]
}