SoundCloud: add configure action to context menu

This commit is contained in:
Arnaud Bienner 2016-01-14 00:00:01 +01:00
parent 48ff15d29c
commit 8579cce85c
1 changed files with 4 additions and 0 deletions

View File

@ -352,6 +352,10 @@ void SoundCloudService::EnsureMenuCreated() {
context_menu_->addAction(IconLoader::Load("download", IconLoader::Base),
tr("Open %1 in browser").arg("soundcloud.com"),
this, SLOT(Homepage()));
context_menu_->addSeparator();
context_menu_->addAction(IconLoader::Load("configure", IconLoader::Base),
tr("Configure SoundCloud..."),
this, SLOT(ShowConfig()));
}
}