hide novel reader settings for now

This commit is contained in:
Schnitzel5 2025-01-06 18:49:16 +01:00
parent 29fd240b8f
commit b4fa508ab8

View file

@ -625,7 +625,7 @@ class _NovelWebViewState extends ConsumerState<NovelWebView>
),
),
),
Flexible(
/*Flexible(
child: Container(
height: 65,
color: _backgroundColor(context),
@ -636,7 +636,7 @@ class _NovelWebViewState extends ConsumerState<NovelWebView>
popUpAnimationStyle: popupAnimationStyle,
color: Colors.black,
child: const Icon(
Icons.app_settings_alt_outlined,
Icons.format_align_center_outlined,
),
onSelected: (value) {
ref
@ -680,7 +680,7 @@ class _NovelWebViewState extends ConsumerState<NovelWebView>
],
),
),
),
),*/
],
),
),