tray-item-rs
tray-item-rs copied to clipboard
add_label -> update_label
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
Looks like we'd call this: https://developer.apple.com/documentation/appkit/nsmenu/1518154-itemchanged
Fixed in #41, released as 0.9.0 :tada: