Add option to hide time and battery info.

This commit is contained in:
pkuislm
2024-11-11 22:40:46 +08:00
parent b3e95d7162
commit 93bf99daa5
4 changed files with 27 additions and 13 deletions

View File

@@ -118,6 +118,7 @@ class _Settings with ChangeNotifier {
'dataVersion': 0,
'quickFavorite': null,
'enableTurnPageByVolumeKey': true,
'enableClockAndBatteryInfoInReader': true,
};
operator [](String key) {