|
@@ -115,7 +115,8 @@ singlefile.extension.core.bg.downloads = (() => {
|
|
|
compressHTML: message.compressHTML,
|
|
compressHTML: message.compressHTML,
|
|
|
bookmarkId: message.bookmarkId,
|
|
bookmarkId: message.bookmarkId,
|
|
|
replaceBookmarkURL: message.replaceBookmarkURL,
|
|
replaceBookmarkURL: message.replaceBookmarkURL,
|
|
|
- applySystemTheme: message.applySystemTheme
|
|
|
|
|
|
|
+ applySystemTheme: message.applySystemTheme,
|
|
|
|
|
+ includeInfobar: message.includeInfobar
|
|
|
});
|
|
});
|
|
|
} else {
|
|
} else {
|
|
|
if (message.saveToClipboard) {
|
|
if (message.saveToClipboard) {
|
|
@@ -145,7 +146,8 @@ singlefile.extension.core.bg.downloads = (() => {
|
|
|
confirmFilename: message.confirmFilename,
|
|
confirmFilename: message.confirmFilename,
|
|
|
incognito,
|
|
incognito,
|
|
|
filenameConflictAction: message.filenameConflictAction,
|
|
filenameConflictAction: message.filenameConflictAction,
|
|
|
- filenameReplacementCharacter: message.filenameReplacementCharacter
|
|
|
|
|
|
|
+ filenameReplacementCharacter: message.filenameReplacementCharacter,
|
|
|
|
|
+ includeInfobar: message.includeInfobar
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
singlefile.extension.ui.bg.main.onEnd(tabId);
|
|
singlefile.extension.ui.bg.main.onEnd(tabId);
|