add option to export html and json in global export

This commit is contained in:
mrbesen 2024-05-29 09:35:23 +02:00 committed by John Preston
parent 3498a7f0ee
commit 10c3fe0f63

View file

@ -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(