소스 검색

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) {