Hide "default settings" footnote in reader layout default settings

This commit is contained in:
schroda
2024-12-23 01:06:43 +01:00
parent 1ea7807f99
commit 29dd9797a8
2 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ export const ReaderLayoutSettings = ({
setShowPreview: TReaderTapZoneContext['setShowPreview'];
}) => (
<Stack sx={{ gap: 2 }}>
<DefaultSettingFootnote />
<DefaultSettingFootnote areDefaultSettings={!isDefaultable} />
{isDefaultable && (
<ReaderSettingReadingMode
readingMode={settings.readingMode}