Add mouse scroll speed setting. Close #471

This commit is contained in:
2025-08-24 19:52:24 +08:00
parent ac13807ef4
commit d308c2ac60
4 changed files with 60 additions and 17 deletions

View File

@@ -191,6 +191,7 @@ class Settings with ChangeNotifier {
'showSystemStatusBar': false,
'comicSpecificSettings': <String, Map<String, dynamic>>{},
'ignoreBadCertificate': false,
'readerScrollSpeed': 1.0, // 0.5 - 3.0
};
operator [](String key) {