customize placeholder text and fix update bug

This commit is contained in:
Drew Weymouth
2024-05-23 16:32:07 -07:00
parent b999d94e72
commit 44f7eebad1
2 changed files with 11 additions and 1 deletions
+1
View File
@@ -35,6 +35,7 @@ func NewSelectPlaylistDialog(mp mediaprovider.MediaProvider, im util.ImageFetche
sp.onSearched,
sp.onInit,
)
sd.PlaceholderText = "Search playlists or new playlist name"
sp.SearchDialog = sd
return sp
}