Package-level declarations

Functions

Link copied to clipboard
@Composable
fun ApplicationScope.Tray(iconPath: String, windowsIconPath: String = iconPath, tooltip: String, primaryAction: () -> Unit? = null, primaryActionLinuxLabel: String = "Open", menuContent: TrayMenuBuilder.() -> Unit? = null)

Configures and displays a system tray icon for the application with platform-specific behavior and menu options.