Prefix battery percentage w/ a + when charging.

Adresses comments on MR.
Add a comment explaining the magic behind CRe's charging icon when using
CRE's full (top) status bar.
This commit is contained in:
NiLuJe
2015-09-09 17:37:35 +02:00
parent 02938163b9
commit ce5f66ccbc
3 changed files with 3 additions and 3 deletions

View File

@@ -463,7 +463,7 @@ function TouchMenu:updateItems()
self.page_info_right_chev:showHide(self.page_num > 1)
self.page_info_left_chev:enableDisable(self.page > 1)
self.page_info_right_chev:enableDisable(self.page < self.page_num)
self.time_info.text = os.date("%H:%M").." @ "..Device:getPowerDevice():getCapacity().."%"
self.time_info.text = os.date("%H:%M").." @ "..(Device:getPowerDevice():isCharging() and "+" or "")..Device:getPowerDevice():getCapacity().."%"
UIManager:setDirty("all", function()
local refresh_dimen =