add placeholder options to song popover
This commit is contained in:
parent
2f96d2216d
commit
fa9d3b873f
1 changed files with 4 additions and 0 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue