Class reference
StatusIndicator
Inherits Node
Application status indicator (aka notification area icon). Note: Status indicator is implemented on macOS and Windows.
Properties
Texture2D icon
Texture2D iconStatus indicator icon.
NodePath menu = NodePath("")
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 = ""
String tooltip = ""Status indicator tooltip.
bool visible = true
bool visible = trueIf true, the status indicator is visible.