feat: trying to add clipboard, requires changing from canvas object

This commit is contained in:
2024-07-16 12:36:36 -05:00
parent aff1de4515
commit 6315bc003d
3 changed files with 41 additions and 45 deletions

View File

@@ -16,7 +16,7 @@ func main() {
w.Resize(fyne.NewSize(800, 200))
w.SetContent(computerinfo.Container())
w.SetContent(computerinfo.CanvasObject())
w.ShowAndRun()
}