mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
feat: ability to select/copy lyrics #802
This commit is contained in:
parent
854ab8910d
commit
0eb9ee8648
@ -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 ?? "",
|
||||
|
Loading…
Reference in New Issue
Block a user