Skip to content
Discussion options

You must be logged in to vote

Isn't this section what you're asking for? https://tauri.app/v1/guides/features/system-tray/#updating-context-menu-items
Specifically this part

let item_handle = app_handle.tray_handle().get_item("id-of-that-item");
item_handle.set_title("Currently Processing: 4/10").expect("Couldn't update tray menu entry"); // Probably don't wanna panic here though

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@billywatkins
Comment options

Answer selected by billywatkins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants