import { SessionButtonShape, SessionButtonType } from '../../basic/SessionButton'; import { SessionSettingButtonItem, SessionSettingsTitleWithLink } from '../SessionSettingListItem'; import { saveLogToDesktop } from '../../../util/logging'; export const SettingsCategoryHelp = () => { return ( <> { void saveLogToDesktop(); }} buttonShape={SessionButtonShape.Square} buttonType={SessionButtonType.Solid} buttonText={window.i18n('helpReportABugExportLogs')} title={window.i18n('helpReportABug')} description={window.i18n('helpReportABugExportLogsSaveToDesktopDescription')} /> ); };