qdot / systray-rs

Allows rust applications to show a platform specific system tray icon and menu.
BSD 3-Clause "New" or "Revised" License
170 stars 66 forks source link

expose get_icon_from_buffer #18

Closed DannyRyman closed 4 years ago

DannyRyman commented 7 years ago

I might be missing something, but it looks like it was an oversight not to expose the get_icon_from_buffer function through the application?

qdot commented 7 years ago

I think I was holding off on that until we figured out a way to do that from linux, though I honestly can't remember. Right now your patch is failing on CI due to missing that. I guess we could throw a stub function in the linux code, so it'd at least work on windows?

daniel-abramov commented 7 years ago

For Windows and Mac. As far as I can remember, I have already fixed that in context of https://github.com/qdot/systray-rs/pull/22

qdot commented 4 years ago

Closing as this is exposed on windows (on master) and macos (on the macos branch) right now, still gotta figure something out about linux.