Преглед изворни кода

don't embed images in HTML pages

Gildas пре 2 година
родитељ
комит
8114eef261
2 измењених фајлова са 1 додато и 1 уклоњено
  1. 0 0
      lib/single-file-extension.js
  2. 1 1
      src/core/content/content.js

Разлика између датотеке није приказан због своје велике величине
+ 0 - 0
lib/single-file-extension.js


+ 1 - 1
src/core/content/content.js

@@ -192,7 +192,7 @@ async function processPage(options) {
 		}
 	};
 	const cancelProcessor = processor.cancel.bind(processor);
-	if (options.insertEmbeddedImage) {
+	if (options.insertEmbeddedImage && options.compressContent) {
 		ui.onInsertingEmbeddedImage(options);
 		openFileInfobar = getOpenFileBar();
 		const cancelled = await openFileInfobar.display();

Неке датотеке нису приказане због велике количине промена