Skip to content

Commit

Permalink
add playinfo title
Browse files Browse the repository at this point in the history
  • Loading branch information
orz12 committed Jul 24, 2024
1 parent b3b541f commit 65b53bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/pages/video/detail/widgets/header_control.dart
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ class _HeaderControlState extends State<HeaderControl> {
title: const Text('弹幕设置', style: titleStyle),
),
ListTile(
title: const Text('播放信息', style: titleStyle),
leading: const Icon(Icons.info_outline, size: 20),
onTap:(){
Player? player = widget.controller?.videoPlayerController;
if (player == null) {
Expand Down

0 comments on commit 65b53bf

Please sign in to comment.