tray-item-rs icon indicating copy to clipboard operation
tray-item-rs copied to clipboard

add_label -> update_label

Open brandonros opened this issue 2 years ago • 1 comments

Had an idea of making like a stock ticker tray icon. Obvious price is rapidly changing. Was wondering if we could make a set_label API or update_label API to update it to a new value after initialization

brandonros avatar Mar 01 '22 19:03 brandonros

Looks like we'd call this: https://developer.apple.com/documentation/appkit/nsmenu/1518154-itemchanged

brandonros avatar Mar 01 '22 19:03 brandonros

Fixed in #41, released as 0.9.0 :tada:

olback avatar Oct 18 '23 21:10 olback