浏览代码

fixed migration code

Gildas 7 年之前
父节点
当前提交
bcd65707fc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      extension/core/bg/config.js

+ 1 - 1
extension/core/bg/config.js

@@ -140,7 +140,7 @@ singlefile.config = (() => {
 			if (config.removeAlternativeImages === undefined) {
 				config.removeAlternativeImages = true;
 			} else {
-				config.removeAlternativeImages = config.removeAlternativeImages;
+				config.removeAlternativeImages = config.removeSrcSet;
 			}
 		}
 		if (config.groupDuplicateImages === undefined) {