Add support for opening the inbox via a shortcut - fixes #1134.
This commit is contained in:

committed by
Scott Nonnenberg

parent
d294cc96a5
commit
66b19d5cf7
@@ -339,5 +339,10 @@
|
||||
}
|
||||
});
|
||||
|
||||
chrome.commands.onCommand.addListener(function(command) {
|
||||
if (command === 'show_signal') {
|
||||
openInbox();
|
||||
}
|
||||
});
|
||||
|
||||
})();
|
||||
|
Reference in New Issue
Block a user