Show audio filename

This commit is contained in:
2025-08-02 15:13:50 +08:00
parent e1286c797f
commit 4d4409de2e
3 changed files with 32 additions and 10 deletions

View File

@@ -91,7 +91,7 @@ class CloudFileList extends HookConsumerWidget {
minWidth: minWidth ?? 0,
maxWidth: files.length == 1 ? maxWidth : double.infinity,
),
height: isAudio ? 180 : null,
height: isAudio ? 120 : null,
child:
isAudio
? widgetItem