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