فهرست منبع

add missing parameter (fix #1534)

Gildas 1 سال پیش
والد
کامیت
8bef2ac067
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      src/core/bg/autosave.js

+ 2 - 1
src/core/bg/autosave.js

@@ -226,7 +226,8 @@ async function saveContent(message, tab) {
 							options.S3Region,
 							options.S3Bucket,
 							options.S3AccessKey,
-							options.S3SecretKey
+							options.S3SecretKey,
+							{ filenameConflictAction: options.filenameConflictAction }
 						);
 					} else {
 						if (!(content instanceof Blob)) {