Enable autojump for playlist selection list

It's not a full search, but a quick win

#225
This commit is contained in:
Henrik Friedrichsen
2022-02-18 22:25:36 +01:00
parent bb066c774b
commit a491a20de2

View File

@@ -58,6 +58,7 @@ impl ContextMenu {
}
}
list_select.set_autojump(true);
list_select.set_on_submit(move |s, selected| {
let track = track.clone();
let mut playlist = selected.clone();