Popout inbox
Rather than opening the inbox in its own window, let it appear as a browser action popup by default, but allow promotion to its own window if requested.
This commit is contained in:
@@ -129,6 +129,12 @@
|
||||
}
|
||||
};
|
||||
|
||||
window.popoutInbox = function() {
|
||||
chrome.browserAction.setPopup({popup: ''});
|
||||
extension.browserAction(window.openInbox);
|
||||
window.openInbox();
|
||||
};
|
||||
|
||||
// make sure windows are cleaned up on close
|
||||
extension.windows.onClosed(function (windowId) {
|
||||
if (windowMap.windowId[windowId]) {
|
||||
|
Reference in New Issue
Block a user