Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for hiding the menubar icon #92

Closed
fabiospampinato opened this issue Nov 11, 2021 · 9 comments
Closed

Support for hiding the menubar icon #92

fabiospampinato opened this issue Nov 11, 2021 · 9 comments
Labels
done All tasks are completed enhancement New feature or request released Released

Comments

@fabiospampinato
Copy link

fabiospampinato commented Nov 11, 2021

I love this app, but once set up I don't expect to change its configuration in years potentially, so I'd really like to have an option to hide the menubar icon, to have a less cluttered menubar.

@waydabber
Copy link
Owner

waydabber commented Nov 11, 2021

Ok. I can implement a function to hide the menu icon. It can reappear (so that settings can be changed) once the app is launched again while it is running already.

@waydabber waydabber added the enhancement New feature or request label Nov 11, 2021
@fabiospampinato
Copy link
Author

Awesome, thank you so much!

@waydabber waydabber added the done All tasks are completed label Nov 11, 2021
@waydabber
Copy link
Owner

I added this one, it's gonna be in the next beta probably tomorrow (or the coming days) along with some other fixes. Stay tuned. :)

@waydabber
Copy link
Owner

All right, I uploaded a beta right now instead. Let me know if it works. Thanks!

https://github.com/waydabber/BetterDummy/releases/tag/v1.0.10-beta

@fabiospampinato
Copy link
Author

It works for me, the only minor thing I'd comment on is that if you hide the icon -> show the app again -> do something -> now in order to hide it again you have to toggle the menu item twice, which is kind of weird. But overall I don't really care about that, the way it works today is perfectly fine for my needs. I think other apps with a similar feature only display the icon again for a few second/minutes or something.

@waydabber
Copy link
Owner

Well, there is a popup explaining that the icon will remain until the app is restarted. I can make it timed though (like it is showing for 15-30 seconds) but that would be frustrating I think as the app is currently solely menu based and some display operations may need time. I could autoextend this period whenever the menu is used, but it adds a lot of complexity. So I think I'll just leave it as it is. An other way is to just disable the hiding option so the user has to re-enable it (without the weird double toggle needed). Probably this makes more sense.

@fabiospampinato
Copy link
Author

Well, there is a popup explaining that the icon will remain until the app is restarted.

That makes more sense, for some reason I thought it meant the os restart, not the app restart. In either case though I don't want to reboot the machine often, and I don't want to restart the app either as that causes flickering with the monitors.

I can make it timed though (like it is showing for 15-30 seconds) but that would be frustrating I think as the app is currently solely menu based and some display operations may need time.

Makes sense. A "5 min of inactivity" or something would make more sense to me, but I think simply unchecking the "Hide menu icon" item automatically may work better and be simpler to implement.

@waydabber
Copy link
Owner

I did tweak the behavior in v1.0.10 final.

Please note that the v1.0.10 beta5 had a sandboxing issue which prevents updates from going through. You'll need to update manually to the now released v1.0.10 final. Sorry about this.

@fabiospampinato
Copy link
Author

Awesome, thank you! I like the tweaked version a lot better.

@waydabber waydabber added the released Released label Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done All tasks are completed enhancement New feature or request released Released
Projects
None yet
Development

No branches or pull requests

2 participants