show battery level

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-11-21 18:43:57 +08:00
parent 919134759b
commit dd0ccb327b
14 changed files with 279 additions and 126 deletions

View File

@@ -88,6 +88,7 @@ class _BottomControlState extends State<BottomControl> with HeaderMixin {
final enableShowLiveDanmaku =
plPlayerController.enableShowDanmaku.value;
return ComBtn(
height: 30,
tooltip: "${enableShowLiveDanmaku ? '关闭' : '开启'}弹幕",
icon: enableShowLiveDanmaku
? const Icon(
@@ -114,6 +115,7 @@ class _BottomControlState extends State<BottomControl> with HeaderMixin {
},
),
ComBtn(
height: 30,
tooltip: '弹幕设置',
icon: const Icon(
size: 18,