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

@@ -197,6 +197,7 @@ class Settings with ChangeNotifier {
'showPageNumberInReader': true,
'showSingleImageOnFirstPage': false,
'enableDoubleTapToZoom': true,
'reverseChapterOrder': false,
};
operator [](String key) {