mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-21 02:50:14 +08:00
opt audio playlist
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -817,7 +817,10 @@ class _AudioPageState extends State<AudioPage> {
|
||||
),
|
||||
if (audioItem.arc.hasDesc()) ...[
|
||||
const SizedBox(height: 10),
|
||||
SelectableText(audioItem.arc.desc),
|
||||
SelectableText(
|
||||
audioItem.arc.desc,
|
||||
scrollPhysics: const NeverScrollableScrollPhysics(),
|
||||
),
|
||||
],
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user