mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-03 23:15:18 -04:00
Allow logging filenames in website mode as well
This commit is contained in:
parent
c886a449ad
commit
d78556e8c5
3 changed files with 8 additions and 2 deletions
|
@ -245,7 +245,7 @@ class SendBaseModeWeb:
|
|||
or self.common.platform == "Linux"
|
||||
or self.common.platform == "BSD"
|
||||
):
|
||||
if self.web.settings.get("share", "log_filenames"):
|
||||
if self.web.settings.get(self.web.mode, "log_filenames"):
|
||||
filename_str = f"{path} - "
|
||||
else:
|
||||
filename_str = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue