Boop icon indicating copy to clipboard operation
Boop copied to clipboard

Show popover on status view click

Open anthroid opened this issue 3 years ago • 2 comments

I found myself repeatedly clicking the status button to open the script picker using the mouse as opposed to only being able to open it via ⌘-B or the menu. This PR just implements a mouseDown handler on the toolbar object that opens the popover list as done by the menu item. The behavior seems intuitive, especially if you're mousing around already.

anthroid avatar Mar 31 '21 00:03 anthroid

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarqubecloud[bot] avatar Mar 31 '21 00:03 sonarqubecloud[bot]

Interesting idea! Currently it seems that it conflicts with the update notification but I'll play with it. Thanks for the PR!

IvanMathy avatar Jul 27 '22 04:07 IvanMathy