1
0
forked from sunglocto/pi-im

fix app icon

This commit is contained in:
2026-01-10 14:56:28 +00:00
parent de40a5dec8
commit ad9a0ea9a8

View File

@@ -803,6 +803,7 @@ func main() {
}, w)
})
w.Resize(fyne.NewSize(500, 500))
w.SetIcon(res)
entry := NewCustomMultiLineEntry()
entry.SetPlaceHolder("Say something, you know you want to.\nCtrl+Enter for newline")