mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 15:57:25 +00:00
settings page
This commit is contained in:
@@ -14,7 +14,7 @@ class _ReaderSettingsState extends State<ReaderSettings> {
|
||||
Widget build(BuildContext context) {
|
||||
return SmoothCustomScrollView(
|
||||
slivers: [
|
||||
SliverAppbar(title: Text("Settings".tl)),
|
||||
SliverAppbar(title: Text("Reading".tl)),
|
||||
_SwitchSetting(
|
||||
title: "Tap to turn Pages".tl,
|
||||
settingKey: "enableTapToTurnPages",
|
||||
|
Reference in New Issue
Block a user