From fa9d3b873f49a24e1fbdffeb2d272f163daf1730 Mon Sep 17 00:00:00 2001 From: Erica Z Date: Sun, 20 Oct 2024 16:47:35 +0200 Subject: [PATCH] add placeholder options to song popover --- src/ui/play_queue_song.blp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ui/play_queue_song.blp b/src/ui/play_queue_song.blp index 4a02ea0..72aeba4 100644 --- a/src/ui/play_queue_song.blp +++ b/src/ui/play_queue_song.blp @@ -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") }