mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
add option to export html and json in global export
This commit is contained in:
parent
3498a7f0ee
commit
10c3fe0f63
1 changed files with 1 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue