opt show live cover

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-07-03 22:03:40 +08:00
parent 8cf2195435
commit e3d405677c

View File

@@ -21,7 +21,7 @@ class LiveCardVApp extends StatelessWidget {
Widget build(BuildContext context) {
void onLongPress() => imageSaveDialog(
title: item.title,
cover: item.cover,
cover: showFirstFrame ? item.systemCover : item.cover,
);
return Card(
clipBehavior: Clip.hardEdge,