fixed lyrics and genre icons

This commit is contained in:
Martin Wagner
2021-10-20 22:42:58 +02:00
parent 7952a666f1
commit 0d027d375d
3 changed files with 9 additions and 149 deletions

View File

@@ -3025,7 +3025,7 @@ class CoverLyricsWindow(Gtk.Overlay):
# lyrics button
self.lyrics_button=Gtk.ToggleButton(
image=Gtk.Image.new_from_icon_name("media-view-subtitles-symbolic", Gtk.IconSize.BUTTON),
image=Gtk.Image.new_from_icon_name("org.mpdevil.mpdevil-lyrics-symbolic", Gtk.IconSize.BUTTON),
tooltip_text=_("Show lyrics")
)
self.lyrics_button.set_can_focus(False)