diff options
author | ThibG <thib@sitedethib.com> | 2019-05-27 21:26:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-27 21:26:03 +0200 |
commit | 1b0ce85e3da4b5c1941f65da7d73258da6eed6d0 (patch) | |
tree | 4ee42aa7195fd98de901dd73947e4eda2f195015 /app/javascript/flavours/glitch/features/ui | |
parent | fdb3952b203d562ba32ba3131d941fa4ea07d7b3 (diff) | |
parent | 6d60701bfaa3a4b2bc168ea413c8f0c8e1545526 (diff) |
Merge pull request #1072 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/javascript/flavours/glitch/features/ui')
-rw-r--r-- | app/javascript/flavours/glitch/features/ui/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/features/ui/index.js b/app/javascript/flavours/glitch/features/ui/index.js index 13c71337a..f8fff934d 100644 --- a/app/javascript/flavours/glitch/features/ui/index.js +++ b/app/javascript/flavours/glitch/features/ui/index.js @@ -101,6 +101,7 @@ const keyMap = { toggleSpoiler: 'x', bookmark: 'd', toggleCollapse: 'shift+x', + toggleSensitive: 'h', }; @connect(mapStateToProps) |