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

@@ -167,6 +167,7 @@ class Settings with ChangeNotifier {
'preloadImageCount': 4,
'followUpdatesFolder': null,
'initialPage': '0',
'comicListDisplayMode': 'paging', // paging, continuous
};
operator [](String key) {