1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 10:46:32 +00:00

hidden code

This commit is contained in:
Rokt33r
2015-11-21 05:54:15 +09:00
parent ee78c0d33b
commit 8f83124a0d
3 changed files with 7 additions and 14 deletions

View File

@@ -89,13 +89,6 @@ module.exports = [
click: function () {
BrowserWindow.getFocusedWindow().reload()
}
},
{
label: 'Toggle DevTools',
accelerator: 'Alt+Command+I',
click: function () {
BrowserWindow.getFocusedWindow().toggleDevTools()
}
}
]
},