Skip to content

Commit

Permalink
add option to export html and json in global export
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbesen authored and john-preston committed Jun 27, 2024
1 parent 3498a7f commit 10c3fe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Telegram/SourceFiles/export/view/export_view_settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ void SettingsWidget::setupPathAndFormat(
addLocationLabel(container);
addFormatOption(tr::lng_export_option_html(tr::now), Format::Html);
addFormatOption(tr::lng_export_option_json(tr::now), Format::Json);
addFormatOption(tr::lng_export_option_html_and_json(tr::now), Format::HtmlAndJson);
}

void SettingsWidget::addLocationLabel(
Expand Down

0 comments on commit 10c3fe0

Please sign in to comment.