update Fyne packages for 2.6-alpha1

This commit is contained in:
Drew Weymouth
2025-02-11 16:37:51 -03:00
parent 3b5c896eb9
commit 513a9f53d0
18 changed files with 63 additions and 630 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ func NewEditPlaylistDialog(playlist *mediaprovider.Playlist, showPublicCheck boo
container.New(layout.NewFormLayout(),
widget.NewLabel(lang.L("Name")),
nameEntry,
widget.NewLabel(lang.L("Description")),
widget.NewLabel(lang.L("_Description")),
descriptionEntry,
),
container.NewHBox(isPublicCheck, layout.NewSpacer(), deleteBtn),