Add a button to show system status bar (#417)

This commit is contained in:
角砂糖
2025-06-23 19:00:04 +08:00
committed by GitHub
parent 8eda8adcc8
commit 058fde3f5a
5 changed files with 18 additions and 2 deletions

View File

@@ -197,6 +197,7 @@ class Settings with ChangeNotifier {
'showPageNumberInReader': true,
'showSingleImageOnFirstPage': false,
'enableDoubleTapToZoom': true,
'showSystemStatusBar': false,
};
operator [](String key) {