opt fav intro

Closes #1159

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-28 20:34:12 +08:00
parent b09a41af24
commit 70881ead22

View File

@@ -80,6 +80,8 @@ class FavVideoItem extends StatelessWidget {
if (item.intro?.isNotEmpty == true)
Text(
item.intro!,
maxLines: 2,
overflow: TextOverflow.ellipsis,
style: TextStyle(
fontSize: fontSize,
color: color,