mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 06:26:10 -04:00
Show the custom title in all modes
This commit is contained in:
parent
024cc83943
commit
3d9ca3f1ec
7 changed files with 61 additions and 51 deletions
|
@ -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"),
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue