mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 06:26:10 -04:00
Merge pull request #1327 from micahflee/1306_customization
Allow custom title for each onion service
This commit is contained in:
commit
8f9d21f783
18 changed files with 144 additions and 60 deletions
|
@ -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"),
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue