Browse Source

fixed migration code

Gildas 7 năm trước cách đây
mục cha
commit
bcd65707fc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {