fix: disable auto toggle readability in web
This commit is contained in:
parent
bb2b350fe7
commit
b94e051c1c
|
|
@ -286,7 +286,7 @@ export const EntryContentRender: Component<{
|
|||
</div>
|
||||
</WrappedElementProvider>
|
||||
|
||||
{entry.settings?.readability && (
|
||||
{entry.settings?.readability && IN_ELECTRON && (
|
||||
<ReadabilityAutoToggleEffect id={entry.entries.id} url={entry.entries.url ?? ""} />
|
||||
)}
|
||||
{entry.settings?.sourceContent && <ViewSourceContentAutoToggleEffect />}
|
||||
|
|
|
|||
Loading…
Reference in New Issue