Add a option to reverse the default chapter order. Close #414

This commit is contained in:
角砂糖
2025-06-22 00:24:40 +08:00
parent 8eda8adcc8
commit 856aae0769
4 changed files with 13 additions and 4 deletions

View File

@@ -52,6 +52,10 @@ class _ExploreSettingsState extends State<ExploreSettings> {
title: "Show history on comic tile".tl,
settingKey: "showHistoryStatusOnTile",
).toSliver(),
_SwitchSetting(
title: "Reverse default chapter order".tl,
settingKey: "reverseChapterOrder",
).toSliver(),
_PopupWindowSetting(
title: "Keyword blocking".tl,
builder: () => const _ManageBlockingWordView(),