Class reference
StatusIndicator
Inherits Node
Application status indicator (aka notification area icon). Note: Status indicator is implemented on macOS and Windows.
Properties
Texture2D icon
Status indicator icon.
NodePath menu = NodePath("")
Status indicator native popup menu. If this is set, the pressed signal is not emitted. Note: Native popup is only supported if NativeMenu supports NativeMenu.FEATURE_POPUP_MENU feature.
String tooltip = ""
Status indicator tooltip.
bool visible = true
If true, the status indicator is visible.