UnboxTheCat
UnboxTheCat
This bug still occurs frequently as of 2023 April. I am trying to change the seeker progress with a GUI slidebar, but it crashes if I send the request too...
 Suffering the same issues on my app as well. ```go //create album button titleEntry := widget.NewEntry() titleEntry.PlaceHolder = "Enter title:" createButton := cwidget.NewButtonWithIcon("", theme.FolderNewIcon(), func() { dialog.ShowCustomConfirm( resource.KAlbumTitleDialogTitle, resource.KAlbumTitleConfirmTitle,...