Show the custom title in all modes

This commit is contained in:
Micah Lee 2021-04-12 18:15:51 -04:00
parent 024cc83943
commit 3d9ca3f1ec
7 changed files with 61 additions and 51 deletions

View file

@ -230,6 +230,7 @@ class ShareModeWeb(SendBaseModeWeb):
is_zipped=self.is_zipped,
static_url_path=self.web.static_url_path,
download_individual_files=self.download_individual_files,
title=self.web.settings.get("general", "title"),
)
)