update bindings, indicate that saving a queue can overwrite playlist

closes #60
This commit is contained in:
Henrik Friedrichsen
2019-04-20 14:49:44 +02:00
parent 463a8bfcca
commit 82e1e3d1c2
3 changed files with 13 additions and 7 deletions

View File

@@ -75,7 +75,7 @@ impl QueueView {
});
let dialog = Dialog::new()
.title("Save to existing or new playlist?")
.title("Create new or overwrite existing playlist?")
.dismiss_button("Cancel")
.padding((1, 1, 1, 0))
.content(ScrollView::new(list_select));