mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-07 06:35:15 +01:00
Fix a missing icon in the playlist context menu
This commit is contained in:
parent
ed11075930
commit
0de061722b
@ -1330,7 +1330,7 @@ void MainWindow::PlaylistRightClick(const QPoint& global_pos, const QModelIndex&
|
|||||||
|
|
||||||
//create the playlist submenu
|
//create the playlist submenu
|
||||||
QMenu* add_to_another_menu = new QMenu(tr("Add to another playlist"), this);
|
QMenu* add_to_another_menu = new QMenu(tr("Add to another playlist"), this);
|
||||||
add_to_another_menu->setIcon((IconLoader::Load("add")));
|
add_to_another_menu->setIcon(IconLoader::Load("list-add"));
|
||||||
|
|
||||||
PlaylistBackend::Playlist playlist;
|
PlaylistBackend::Playlist playlist;
|
||||||
foreach (playlist, app_->playlist_backend()->GetAllPlaylists()) {
|
foreach (playlist, app_->playlist_backend()->GetAllPlaylists()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user