mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
feat: tempPlayerConf add playRepeat (#1830)
This commit is contained in:
committed by
GitHub
parent
7e570d11d8
commit
0460030a2b
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user