Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-04 11:16:51 +08:00
parent d57a34a4e1
commit 2a55d4390a
8 changed files with 8 additions and 18 deletions

View File

@@ -494,7 +494,7 @@ class _AudioPageState extends State<AudioPage> {
Row(
mainAxisAlignment: MainAxisAlignment.spaceAround,
children: PlayRepeat.values
.sublist(0, 4)
.take(4)
.map(
(e) => _playModeWidget(
colorScheme: colorScheme,