add proxy configuration value

+ document possible configuration options

fixes #109
This commit is contained in:
Henrik Friedrichsen
2019-11-21 22:45:09 +01:00
parent ff000077ad
commit 177c4893e0
7 changed files with 42 additions and 13 deletions

View File

@@ -57,7 +57,10 @@ impl ContextMenu {
content.add_item("Share", ContextMenuAction::ShareUrl(url));
}
if let Some(t) = item.track() {
content.add_item("Add to playlist", ContextMenuAction::AddToPlaylist(Box::new(t)))
content.add_item(
"Add to playlist",
ContextMenuAction::AddToPlaylist(Box::new(t)),
)
}
// open detail view of artist/album