You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the icon is provided as part of Initialize call.
It looks like it should be possible to factor out that functionality into a SetIcon(imageData []byte) function and thus make it available for programs to call after they've started running.
Are you willing to implement this and send a PR? If so, I can review, and merge if we can get the implementation to be clean and working well.
I would love to help out, and I can certainly try my hand at it at least.
That said I am not super comfortable with C nor Objective C, it's been ~10 years since I last did anything substantial in them - so presumably anything I could come up with would need to be heavily reviewed 😄
I'm not sure how big of a deal this one would be but it would be quite helpful for me to be able to change the icon at runtime.
The text was updated successfully, but these errors were encountered: