Add continuous mode for comic list.

This commit is contained in:
2025-03-15 17:43:43 +08:00
parent 309df2143b
commit 0f3f3ea270
4 changed files with 104 additions and 4 deletions

View File

@@ -90,6 +90,14 @@ class _ExploreSettingsState extends State<ExploreSettings> {
'3': "Categories Page".tl,
},
).toSliver(),
SelectSetting(
title: "Display mode of comic list".tl,
settingKey: "comicListDisplayMode",
optionTranslation: {
"paging": "Paging".tl,
"Continuous": "Continuous".tl,
},
).toSliver(),
],
);
}