Can I minimize to the system tray? If not, how can I extend it? Maybe with C++?

Godot Version

4.4

Question

Hi all,
I’m trying to let the user minimize the game to the system tray, on Windows only.
Is this supported in Godot 4.4?
I saw some GitHub posts suggesting third-party tools or wrappers, but I prefer to do it natively in my app.
I don’t mind using C++, but I’m not sure where to start.

Any help would be appreciated.

I think you can use a StatusIndicator node for that.

1 Like