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

Commit 9eb52f5

Browse files
Ensuring Cmd+H hides the app
1 parent e266f83 commit 9eb52f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "noty",
33
"productName": "Noty",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"description": "Autosaving sticky note with support for multiple notes, find/replace, programmers shortcuts and more.",
66
"main": "dist/main.js",
77
"scripts": {

src/ui/code/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ const options = {
4545
'Cmd-S': Font.toggleStrikethrough,
4646
'F2': false,
4747
'Cmd-M': false,
48+
'Cmd-H': false,
4849
'Cmd-LeftClick': false
4950
}
5051
};

0 commit comments

Comments
 (0)