SoundCloud: add configure action to context menu
(cherry picked from commit 8579cce85c
)
This commit is contained in:
parent
bcd769c25a
commit
0972507ecc
|
@ -352,6 +352,10 @@ void SoundCloudService::EnsureMenuCreated() {
|
||||||
context_menu_->addAction(IconLoader::Load("download", IconLoader::Base),
|
context_menu_->addAction(IconLoader::Load("download", IconLoader::Base),
|
||||||
tr("Open %1 in browser").arg("soundcloud.com"),
|
tr("Open %1 in browser").arg("soundcloud.com"),
|
||||||
this, SLOT(Homepage()));
|
this, SLOT(Homepage()));
|
||||||
|
context_menu_->addSeparator();
|
||||||
|
context_menu_->addAction(IconLoader::Load("configure", IconLoader::Base),
|
||||||
|
tr("Configure SoundCloud..."),
|
||||||
|
this, SLOT(ShowConfig()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue