console.warn('Merged file name invalid, using default instead',fileNames[0]);
console.warn('Merged file name invalid, using default instead',fileNames[0]);
warnings.push(t('Fell back to default output file name'),problems.error);
}
}
const[fileName]=fileNames;
const[fileName]=fileNames;
@ -1065,9 +1070,6 @@ function App() {
});
});
}
}
constnotices=[];
constwarnings=[];
if(!enableOverwriteOutput)warnings.push(i18n.t('Overwrite output setting is disabled and some files might have been skipped.'));
if(!enableOverwriteOutput)warnings.push(i18n.t('Overwrite output setting is disabled and some files might have been skipped.'));
if(!exportConfirmEnabled)notices.push(i18n.t('Export options are not shown. You can enable export options by clicking the icon right next to the export button.'));
if(!exportConfirmEnabled)notices.push(i18n.t('Export options are not shown. You can enable export options by clicking the icon right next to the export button.'));