mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
* Restore '+' prefix when charging in the footer w/ letters prefixes Regression since #5537 * Don't use a full battery icon in the menu entry Make it clear that one isn't in-sync with the current gauge
This commit is contained in:
@@ -217,7 +217,7 @@ describe("Readerfooter module", function()
|
||||
assert.are.same('0%', footer.footer_text.text)
|
||||
|
||||
-- disable battery, percentage should follow
|
||||
tapFooterMenu(fake_menu, "Battery status".." ()")
|
||||
tapFooterMenu(fake_menu, "Battery status".." ()")
|
||||
assert.are.same('⤠ 50%', footer.footer_text.text)
|
||||
|
||||
-- disable percentage, book time to read should follow
|
||||
|
||||
Reference in New Issue
Block a user