Skip to content

Commit

Permalink
Update the app name within the default file name for database exports
Browse files Browse the repository at this point in the history
  • Loading branch information
roryokane committed Jul 21, 2024
1 parent ce4516d commit 70c6456
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",
"TubularData-" + exportDateFormat.format(new Date()) + ".zip",
ZIP_MIME_TYPE, getImportExportDataUri()),
TAG,
getContext()
Expand Down

0 comments on commit 70c6456

Please sign in to comment.