mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 03:15:14 +08:00
show battery level
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user