scorpion-26 / gBar

Blazingly fast status bar written with GTK
MIT License
478 stars 17 forks source link

Clicking the Bluetooth button multiple times opens multiple instances of the dropdown menu #21

Closed SkyLeite closed 1 year ago

SkyLeite commented 1 year ago

Thank you for gBar, it looks and works great!

Describe the bug When the Bluetooth button is clicked it does not check for the existence of the dropdown before opening a new one.

Steps to Reproduce

  1. Click the Bluetooth button X number of times
  2. Click the red X button to close the dropdown

Expected behavior The dropdown should no longer be visible

Observed behavior The dropdown menu continues to be visible until the red X button is clicked as many times as the Bluetooth button

Screenshots/Error logs Irrelevant

Information about your system and gBar

scorpion-26 commented 1 year ago

Thanks for the issue report. Should be fixed now with the above mentioned commit

SkyLeite commented 1 year ago

Thank you!