Skip to content

Commit

Permalink
feat: ability to select/copy lyrics #802
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Oct 14, 2023
1 parent 854ab89 commit 0eb9ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/lyrics/plain_lyrics.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?? "",
Expand Down

0 comments on commit 0eb9ee8

Please sign in to comment.