We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The battery percent on the mntm menu style is one less then the percent shown on the desktop
Firmware, Hardware
No response
my suggestion for a fix is to change line 409 of menu.c to:
menu.c
snprintf(bat_display, sizeof(bat_display), "%d%%", battery_percent + 1);
The text was updated successfully, but these errors were encountered:
Probably better to use the function that's already there for that than to +1, I think. :)
Sorry, something went wrong.
37d8bf7...dbbecd9
No branches or pull requests
Describe the bug.
The battery percent on the mntm menu style is one less then the percent shown on the desktop
Reproduction
Target
Firmware, Hardware
Logs
No response
Anything else?
my suggestion for a fix is to change line 409 of
menu.c
to:The text was updated successfully, but these errors were encountered: