diff --git a/webUI/react/src/components/navbar/ReaderNavBar.tsx b/webUI/react/src/components/navbar/ReaderNavBar.tsx index 23e9ced..0c551bb 100644 --- a/webUI/react/src/components/navbar/ReaderNavBar.tsx +++ b/webUI/react/src/components/navbar/ReaderNavBar.tsx @@ -294,12 +294,30 @@ export default function ReaderNavBar(props: IProps) { value={settings.readerType} onChange={(e) => setSettingValue('readerType', e.target.value)} > - Left to right - Right to left(WIP) - Vertical(WIP) - Webtoon - Continues Vertical - Horizontal(WIP) + + Left to right + + + {/* + Right to left(WIP) + + */} + {/* + Vertical(WIP) + + */} + + Webtoon + + + + Continues Vertical + + + {/* + Horizontal(WIP) + + */}