SoundCloud: add configure action to context menu
This commit is contained in:
parent
48ff15d29c
commit
8579cce85c
@ -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…
x
Reference in New Issue
Block a user