chore: add one more goroutine call
This commit is contained in:
@@ -105,7 +105,9 @@ func MakeFooter(targEntry *widget.Entry, book *string, app fyne.App) *fyne.Conta
|
|||||||
|
|
||||||
showBtn.Enable()
|
showBtn.Enable()
|
||||||
}, true)
|
}, true)
|
||||||
actionBtn.Enable()
|
fyne.CurrentApp().Driver().DoFromGoroutine(func() {
|
||||||
|
actionBtn.Enable()
|
||||||
|
}, true)
|
||||||
}()
|
}()
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user