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.