-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
Battery notifications dependent on showing of menubar symbol #240
Comments
Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details. |
It seems to be a logical bug in the code. Here we return from the update function if the menu bar icon is not visible. But therefore we also skip the battery notification functions in L71 and L74. A fix would be to rearrange the code in the function. For instance:
|
Exactly:
|
Hey @flutterrausch, |
Will try. Is there a potential problem with Xcode 12.0.1 and carthage? |
I only get low/high battery warning notifications, if showing of menubar symbol is "on". It would be useful to get those warnings without the need to clutter the menubar.
To Reproduce
Open iGlance Window/Batter. Set "show low battery notification at" to 1% lower of current battery state. Wait.
Do this with battery menubar icon on/off.
Expected behavior
Notification should ALWAYS appear.
Log shouldn't be necessary. Or just ask.
Thanks!
The text was updated successfully, but these errors were encountered: