Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Commit

Permalink
Ensuring Cmd+H hides the app
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiospampinato committed Aug 12, 2017
1 parent e266f83 commit 9eb52f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "noty",
"productName": "Noty",
"version": "1.1.0",
"version": "1.1.1",
"description": "Autosaving sticky note with support for multiple notes, find/replace, programmers shortcuts and more.",
"main": "dist/main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/ui/code/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const options = {
'Cmd-S': Font.toggleStrikethrough,
'F2': false,
'Cmd-M': false,
'Cmd-H': false,
'Cmd-LeftClick': false
}
};
Expand Down

0 comments on commit 9eb52f5

Please sign in to comment.