From c49fc0ff5f0ca6db3735c733c998fa24e048aba9 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Tue, 25 May 2021 13:12:42 +0430 Subject: [PATCH] only show supported pagers --- .../src/components/navbar/ReaderNavBar.tsx | 30 +++++++++++++++---- 1 file changed, 24 insertions(+), 6 deletions(-) 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) + + */}