mirror of
https://github.com/venera-app/venera.git
synced 2025-12-15 14:41:15 +00:00
Add mouse scroll speed setting. Close #471
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user