mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-03 15:05:11 -04:00
Log the path for the main 'Download Files' button too, for consistency
This commit is contained in:
parent
249d7e5149
commit
b7a2473c26
2 changed files with 8 additions and 2 deletions
|
@ -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 = ""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue