Add an option to display single image on the first reader page. Close #244

This commit is contained in:
2025-04-23 15:38:10 +08:00
parent 3131ce52a7
commit 8cc3702e1a
4 changed files with 53 additions and 10 deletions

View File

@@ -185,6 +185,7 @@ class Settings with ChangeNotifier {
'initialPage': '0',
'comicListDisplayMode': 'paging', // paging, continuous
'showPageNumberInReader': true,
'showSingleImageOnFirstPage': false,
};
operator [](String key) {