TaskBar notification with Godot?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Gamemap

Is it possible to create a notification in the TaskBar with Godot?

Yellow flashing
Yellow flashing
Green loading bar
Green loading bar

There’s OS.request_attention() but that only flashes the button. Likely something you’re asking for hasn’t been implemented yet.

exuin | 2021-03-06 18:22

Thank you. I made a feature request on Github.
Add support for the OS task bar progress API · Issue #2414 · godotengine/godot-proposals · GitHub

Gamemap | 2021-03-06 20:33