1
0
Эх сурвалжийг харах

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

Gildas 7 жил өмнө
parent
commit
a5f2710481

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