audio block

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-08 21:01:38 +08:00
parent 0c65605ac0
commit 0cb07aef1c
10 changed files with 687 additions and 556 deletions

View File

@@ -1944,8 +1944,7 @@ class HeaderControlState extends State<HeaderControl>
child: IconButton(
tooltip: '片段信息',
style: btnStyle,
onPressed: () =>
videoDetailCtr.showSBDetail(context),
onPressed: videoDetailCtr.showSBDetail,
icon: const Icon(
MdiIcons.advertisements,
size: 19,