Add an option to disable double tap to zoom.

This commit is contained in:
2025-04-29 11:18:59 +08:00
parent bf7b90313a
commit b37ea01aca
5 changed files with 19 additions and 0 deletions

View File

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