opt: trans some text to selectabletext

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-11-20 11:35:13 +08:00
parent 51337ea184
commit cc3d264ebb
3 changed files with 6 additions and 6 deletions

View File

@@ -69,7 +69,7 @@ class OverlayPop extends StatelessWidget {
child: Row(
children: [
Expanded(
child: Text(
child: SelectableText(
videoItem is card.Card
? (videoItem as card.Card).smallCoverV5.base.title
: videoItem.title,