chore: add one more goroutine call

This commit is contained in:
DaanSelen
2026-03-31 16:53:33 +02:00
parent fd203c45f8
commit 6ed9ce7741
+2
View File
@@ -105,7 +105,9 @@ func MakeFooter(targEntry *widget.Entry, book *string, app fyne.App) *fyne.Conta
showBtn.Enable() showBtn.Enable()
}, true) }, true)
fyne.CurrentApp().Driver().DoFromGoroutine(func() {
actionBtn.Enable() actionBtn.Enable()
}, true)
}() }()
}) })