bump tk version to fix default icon showing briefly

This commit is contained in:
2025-05-08 09:24:33 -04:00
parent ecd36bb0e2
commit faf6ac348e
3 changed files with 10 additions and 4 deletions

View File

@@ -133,7 +133,6 @@ func repaint(img *tk.LabelWidget, name string, opt tk.Opt) {
}
func main() {
// TODO: see if there's a way to keep the "default" icon from flashing up on startup
tk.App.IconPhoto(tk.NewPhoto(tk.Data(icon)), tk.DefaultIcon())
img := tk.Label()
repaint(img, "", tk.Data(noise))