Dowload fonts in HTML export when using download media

This commit is contained in:
Oleksii Holub
2022-04-07 20:25:14 +03:00
parent bf1ad07a9c
commit ffe5544f9c
3 changed files with 18 additions and 15 deletions

View File

@@ -74,7 +74,7 @@ public class ExportSetupViewModel : DialogScreen
MessageFilterValue = _settingsService.LastMessageFilterValue;
ShouldDownloadMedia = _settingsService.LastShouldDownloadMedia;
// Show the "advanced options" by default if any
// Show the "advanced options" section by default if any
// of the advanced options are set to non-default values.
IsAdvancedSectionDisplayed =
After != default ||