[Android] Turn page by volume keys

This commit is contained in:
2024-11-10 17:50:20 +08:00
parent 160d0df935
commit 64d8bcba9a
6 changed files with 83 additions and 2 deletions

View File

@@ -117,6 +117,7 @@ class _Settings with ChangeNotifier {
'webdav': [], // empty means not configured
'dataVersion': 0,
'quickFavorite': null,
'enableTurnPageByVolumeKey': true,
};
operator [](String key) {