Skip to content

Electron.Tray.OnDoubleClick not working when Electron.Tray.Destroy() has been called #498

@ruohki

Description

@ruohki

Recreating a Tray menu for example because you have a checkbox item that should trigger logic will break OnDoubleClick even if you rebind the handler. It just works upon the first creation

  • latest
  • latest
  • Windows

Steps to Reproduce:

  1. Create a Tray menu and register OnDoubleClick.
  2. Destroy the Tray from a menu item and recreate, rebind OnDoubleClick
  3. DoubleClick not triggering anymore

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions