Skip to content

Instantly share code, notes, and snippets.

@CostaFot
Created April 6, 2026 11:23
Show Gist options
  • Select an option

  • Save CostaFot/2926937cea47239329a6c7bc7eac7429 to your computer and use it in GitHub Desktop.

Select an option

Save CostaFot/2926937cea47239329a6c7bc7eac7429 to your computer and use it in GitHub Desktop.
Tray(
icon = clockIcon(),
tooltip = "DogeClock",
menu = {
Item(if (isVisible) "Hide" else "Show", onClick = { isVisible = !isVisible })
Separator()
Item("Exit", onClick = ::exitApplication)
},
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment