mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05: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
|
? 1.7
|
||||||
: 2,
|
: 2,
|
||||||
),
|
),
|
||||||
child: Text(
|
child: SelectableText(
|
||||||
lyrics == null && playlist.activeTrack == null
|
lyrics == null && playlist.activeTrack == null
|
||||||
? "No Track being played currently"
|
? "No Track being played currently"
|
||||||
: lyrics ?? "",
|
: lyrics ?? "",
|
||||||
|
Loading…
Reference in New Issue
Block a user