Merge pull request #1327 from micahflee/1306_customization

Allow custom title for each onion service
This commit is contained in:
Saptak Sengupta 2021-04-28 14:43:10 +05:30 committed by GitHub
commit 8f9d21f783
18 changed files with 144 additions and 60 deletions

View file

@ -390,6 +390,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"),
)
)