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

@@ -163,6 +163,13 @@ class _ReaderSettingsState extends State<ReaderSettings> {
widget.onChanged?.call("enableClockAndBatteryInfoInReader");
},
).toSliver(),
_SwitchSetting(
title: "Show system status bar".tl,
settingKey: "showSystemStatusBar",
onChanged: () {
widget.onChanged?.call("showSystemStatusBar");
},
).toSliver(),
SelectSetting(
title: "Quick collect image".tl,
settingKey: "quickCollectImage",