iced
iced copied to clipboard
Tray icon support?
It would be nice if we can close/minimize window to tray instead of closing the entire application, like https://electronjs.org/docs/api/tray in Electron. I think it might be related to https://github.com/hecrj/iced/issues/27.
any update about this?
I believe you could use Tauri's tray-icon which works with Tao's EventLoop and likewise Winit's EventLoop.
I believe you could use Tauri's tray-icon which works with Tao's EventLoop and likewise Winit's EventLoop.
It doesnt work fully yet (atleast for me). You cant recieve the tray events
I believe you could use Tauri's tray-icon which works with Tao's EventLoop and likewise Winit's EventLoop. It doesnt work fully yet (atleast for me). You cant recieve the tray events
Never mind it does. Tested it with the egui example wich didnt work for some reason, but the tao one works fully
I believe you could use Tauri's tray-icon which works with Tao's EventLoop and likewise Winit's EventLoop. It doesnt work fully yet (atleast for me). You cant recieve the tray events
Never mind it does. Tested it with the egui example wich didnt work for some reason, but the tao one works fully
Would you mind providing an example of this? I am desperately tying to use TAO for the loop, window, and system tray along with Iced for the GUI.
This would be very helpful to have this feature in Iced. Useful for so many different applications e.g. chat clients, email clients, cloud clients, etc.
That's on the road map for the next version 👀
I see that the tao crate removed the tray feature. That's a pity as one alternative less, maybe indicative of something about difficulty of providing/supporting this feature, but also could be a positive for iced adoption if it could be added - as there are not many options out there.
@wiiznokes I don't see that on the 0.14 Milestone. Do you have a link/reference for what you are referring to, so I could follow it? Thanks.
@wiiznokes I don't see that on the 0.14 Milestone. Do you have a link/reference for what you are referring to, so I could follow it? Thanks.
On the roadmap. But I it is now in "end game". I don't think it would be very long to implement for someone with experience in iced with the crate from tauri tho