#Is it possible to change the icon of the project using code?

3 messages · Page 1 of 1 (latest)

brisk silo
#

void set_icon(image: Image)

Sets the window icon (usually displayed in the top-left corner) with an Image. To use icons in the operating system's native format, use set_native_icon() instead.

#

DisplayServer

restive gust
#

Does this method work on android?