P2area/windowsexp/beginnergood first issuehelp wantedstatus/ready
Métriques du dépôt
- Stars
- (5 632 stars)
- Métriques de merge PR
- (Merge moyen 8j 12h) (6 PRs mergées en 30 j)
Description
- OS: Windows
- Version of IPFS Desktop: 0.14.0
Describe the bug After implementing opening of app's window on a double click on tray icon, a single click with left mouse button still opens the context menu even when doing double click. So, the first left click quickly opens the menu until the second left click is done.
To Reproduce Steps to reproduce the behavior:
- Do a left click on the tray icon and the context menu will appear.
- Do a left double click on the tray icon and the context menu will quickly appear on the first click and disappear on the second.
Expected behavior Usually Windows apps are designed so that if tray icon menu opens with the right click, the single left click is just ignored.