add a list with all the playlists and then filter by the search text

This commit is contained in:
natilou
2024-05-18 12:04:18 -03:00
parent 9a587eee98
commit 1b53695589
4 changed files with 86 additions and 39 deletions
+1
View File
@@ -347,6 +347,7 @@ func (m *Controller) DoAddTracksToPlaylistWorkflow(trackIDs []string) {
min := sp.MinSize()
height := fyne.Max(min.Height, fyne.Min(min.Height*1.5, m.MainWindow.Canvas().Size().Height*0.7))
pop.Resize(fyne.NewSize(min.Width, height))
sp.SearchDialog.Show()
pop.Show()
m.MainWindow.Canvas().Focus(sp.GetSearchEntry())
}