Skip to content

Commit

Permalink
update export zip name
Browse files Browse the repository at this point in the history
  • Loading branch information
asandikci committed Dec 2, 2024
1 parent e7cd6b0 commit fc86d6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ZIP_MIME_TYPE, getImportExportDataUri()),
NoFileManagerSafeGuard.launchSafe(
requestExportPathLauncher,
StoredFileHelper.getNewPicker(requireContext(),
"NewPipeData-" + exportDateFormat.format(new Date()) + ".zip",
"PipeBenderData-" + exportDateFormat.format(new Date()) + ".zip",
ZIP_MIME_TYPE, getImportExportDataUri()),
TAG,
getContext()
Expand Down

0 comments on commit fc86d6e

Please sign in to comment.