Allow logging filenames in website mode as well

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

View file

@ -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 = ""