feat: tempPlayerConf add playRepeat (#1830)

This commit is contained in:
My-Responsitories
2026-02-09 18:16:45 +08:00
committed by GitHub
parent 7e570d11d8
commit 0460030a2b
7 changed files with 24 additions and 12 deletions

View File

@@ -624,7 +624,7 @@ class HeaderControlState extends State<HeaderControl>
leading: const Icon(Icons.repeat, size: 20),
title: const Text('播放顺序', style: titleStyle),
subtitle: Text(
plPlayerController.playRepeat.desc,
plPlayerController.playRepeat.label,
style: subTitleStyle,
),
),
@@ -1695,7 +1695,7 @@ class HeaderControlState extends State<HeaderControl>
contentPadding: const EdgeInsets.symmetric(
horizontal: 20,
),
title: Text(i.desc),
title: Text(i.label),
trailing: plPlayerController.playRepeat == i
? Icon(
Icons.done,