Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix % battery message in case where we can't read the charging state.
- Loading branch information
73b76ce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be squashed into the previous commit. From your working directory, run 'git rebase -i HEAD~2' to show the most recent commits, then adjust the line that starts "pick 73b76ce" to be "s 73b76ce". After that you can run 'git push --force work-area'
Note, you should never run 'git push --force' on a repo that anyone else is pulling from (it breaks their working copies), but since this is your personal fork it's fine.