unexport SearchEntry

This commit is contained in:
Drew Weymouth
2024-05-23 15:50:19 -07:00
parent b040df3a18
commit d43b4a4c8f
3 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -111,5 +111,5 @@ func (sp *SelectPlaylist) MinSize() fyne.Size {
}
func (sp *SelectPlaylist) GetSearchEntry() fyne.Focusable {
return sp.SearchDialog.SearchEntry
return sp.SearchDialog.GetSearchEntry()
}