Show the custom title in all modes

This commit is contained in:
Micah Lee 2021-04-12 18:15:51 -04:00
parent b5c68fa5ca
commit 1543bb38d2
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
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"),
)
)