mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Dont show reader display settings on PDFs
This commit is contained in:
parent
bb95a26718
commit
7e9e678e0d
1 changed files with 2 additions and 1 deletions
|
|
@ -167,6 +167,7 @@ export default function Home(): JSX.Element {
|
|||
layout='top'
|
||||
lineHeight={lineHeight}
|
||||
marginWidth={marginWidth}
|
||||
showReaderDisplaySettings={article.contentReader != 'PDF'}
|
||||
articleActionHandler={actionHandler}
|
||||
/>
|
||||
}
|
||||
|
|
@ -203,7 +204,7 @@ export default function Home(): JSX.Element {
|
|||
layout='side'
|
||||
lineHeight={lineHeight}
|
||||
marginWidth={marginWidth}
|
||||
showReaderDisplaySettings={false}
|
||||
showReaderDisplaySettings={true}
|
||||
articleActionHandler={actionHandler}
|
||||
/>
|
||||
) : null}
|
||||
|
|
|
|||
Loading…
Reference in a new issue