change csv and tsv to subtypes when importing ezbookkeeping exported files in import transaction dialog

This commit is contained in:
MaysWind
2024-10-27 01:54:26 +08:00
parent fb5484f44d
commit 47ab41088e
6 changed files with 75 additions and 21 deletions
+1
View File
@@ -1308,6 +1308,7 @@ function getAllSupportedImportFileTypes(i18nGlobal, translateFn) {
subTypes.push({
type: subType.type,
displayName: translateFn(subType.name),
extensions: subType.extensions
});
}
}