add placeholder options to song popover

This commit is contained in:
Erica Z 2024-10-20 16:47:35 +02:00
parent 2f96d2216d
commit fa9d3b873f

View file

@ -144,5 +144,9 @@ SizeGroup {
}
menu song-menu {
item ("View song", "song.view")
item ("View artist", "song.view-artist")
item ("View album", "song.view-album")
item ("Share", "song.share")
item ("Remove", "song.remove")
}