chore: dofromgoroutine

This commit is contained in:
DaanSelen
2026-03-31 14:21:31 +02:00
parent d4bccac75b
commit 68d816c2bb
+3
View File
@@ -84,8 +84,11 @@ func MakeFooter(targEntry *widget.Entry, book *string, app fyne.App) *fyne.Conta
log.Println("something went wrong while running the meshbook, see above for details")
}
log.Println(result)
fyne.CurrentApp().Driver().DoFromGoroutine(func() {
textEntry.SetText(result)
showBtn.Enable()
}, true)
}()
})