feat: ability to select/copy lyrics #802

This commit is contained in:
Kingkor Roy Tirtho 2023-10-14 12:33:43 +06:00
parent 854ab8910d
commit 0eb9ee8648

View File

@ -104,7 +104,7 @@ class PlainLyrics extends HookConsumerWidget {
? 1.7
: 2,
),
child: Text(
child: SelectableText(
lyrics == null && playlist.activeTrack == null
? "No Track being played currently"
: lyrics ?? "",