Log the path for the main 'Download Files' button too, for consistency

This commit is contained in:
Miguel Jacq 2025-02-08 16:19:35 +11:00
parent 249d7e5149
commit b7a2473c26
No known key found for this signature in database
GPG key ID: 59B3F0C24135C6A9
2 changed files with 8 additions and 2 deletions

View file

@ -246,7 +246,7 @@ class SendBaseModeWeb:
or self.common.platform == "BSD"
):
if self.web.settings.get("share", "log_filenames"):
filename_str = "{0} - ".format(os.path.basename(file_to_download))
filename_str = "f{path} - "
else:
filename_str = ""