Переглянути джерело

make sure the default value of confirmFilename is set to false by default

Gildas 7 роки тому
батько
коміт
a5f2710481
1 змінених файлів з 3 додано та 0 видалено
  1. 3 0
      extension/core/bg/config.js

+ 3 - 0
extension/core/bg/config.js

@@ -163,6 +163,9 @@ singlefile.config = (() => {
 		if (config.maxLazyLoadImagesIdleTime === undefined) {
 			config.maxLazyLoadImagesIdleTime = 1000;
 		}
+		if (config.confirmFilename === undefined) {
+			config.confirmFilename = false;
+		}
 	}
 
 	async function getConfig() {