mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
* refactor: migrate electron::api::tray to cppgc * chore: add Tray to wrappable_pointer_tags.h patch * fixup! refactor: migrate electron::api::tray to cppgc clear keep_alive_ if error is thrown in constructor * refactor: make Tray::menu_ a cppgc::Member<Menu>