Update Fyne and correct our thread handling to work with the new fyne.Do
requirement
#353
Annotations
5 errors
Staticcheck:
term.go#L131
fyne.CurrentApp().Driver().AllWindows()[0].Clipboard is deprecated: use App.Clipboard() instead. (SA1019)
|
Staticcheck:
term.go#L135
fyne.CurrentApp().Driver().AllWindows()[0].Clipboard is deprecated: use App.Clipboard() instead. (SA1019)
|
Staticcheck:
term.go#L439
a.Driver().AllWindows()[0].Clipboard is deprecated: use App.Clipboard() instead. (SA1019)
|
Staticcheck:
term.go#L450
a.Driver().AllWindows()[0].Clipboard is deprecated: use App.Clipboard() instead. (SA1019)
|
Staticcheck
Process completed with exit code 1.
|
Loading