mirror of
https://github.com/alexadam/save-as-ebook.git
synced 2025-09-15 03:39:51 +00:00
show busy indicator in menu when triggered from shortcut
This commit is contained in:
parent
50dd1c3150
commit
39b66f2f8c
3 changed files with 19 additions and 0 deletions
|
@ -433,5 +433,8 @@ footer, canvas {
|
|||
if (request.type === 'set include style') {
|
||||
chrome.storage.local.set({'includeStyle': request.includeStyle});
|
||||
}
|
||||
if (request.type === 'is busy?') {
|
||||
sendResponse({isBusy: isBusy})
|
||||
}
|
||||
return true;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue