AntoineGS / teams-status-rs

47 stars 0 forks source link

Tray icon #1

Closed felipecrs closed 7 months ago

felipecrs commented 7 months ago

I think it would be nice to manage the service through a tray icon. There is a Rust library for that:

https://github.com/olback/tray-item-rs

AntoineGS commented 7 months ago

There is a tray icon! ;) That is actually the library that I used. If you are not seeing the tray icon it probably means the application did not start properly, there is an output.log file where you are running the exe that will hopefully contain some useful logs as to why it is not.

felipecrs commented 7 months ago

Oh, I am very sorry. I did not try your project yet, I just thought you didn't have done it yet. lol

My bad, completely.

AntoineGS commented 7 months ago

No worries 😉

felipecrs commented 7 months ago

Just to say that I tried it out today and it works great. Thanks a lot!

AntoineGS commented 7 months ago

Glad to hear, thanks for the feedback!