Skip to content

Commit

Permalink
disable Ctrl+Q (for Ctrl+A typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
Narazaka committed Feb 25, 2016
1 parent c8df63d commit bcafadf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "WithSchemaEditor",
"version": "2.0.1",
"version": "2.0.2",
"description": "JSON/YAML Editor with schemas",
"license": "MIT",
"author": "Narazaka",
Expand Down
4 changes: 2 additions & 2 deletions src/index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ app.on 'ready', ->
label: "File"
submenu: [
{ label: "About...", role: "about" }
{ type: "separator" }
{ label: "Quit", accelerator: "CmdOrCtrl+Q", click: -> app.quit() }
#{ type: "separator" }
#{ label: "Quit", accelerator: "CmdOrCtrl+Q", click: -> app.quit() }
]
}
{
Expand Down

0 comments on commit bcafadf

Please sign in to comment.