From f94101178fdbe2fe45053edb26c8a59a3762d7e1 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Sun, 31 Oct 2021 23:46:37 +0100 Subject: [PATCH] ReaderFooter: Add a compact prefix for frontlight_warmth Fix #8398 Also, tweak the actual codepoints being used so that they somewhat look like their icon brothers. May or may not actually be compact :D. --- frontend/apps/reader/modules/readerfooter.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/apps/reader/modules/readerfooter.lua b/frontend/apps/reader/modules/readerfooter.lua index 37660a59f..34f05c906 100644 --- a/frontend/apps/reader/modules/readerfooter.lua +++ b/frontend/apps/reader/modules/readerfooter.lua @@ -95,7 +95,8 @@ local symbol_prefix = { percentage = nil, book_time_to_read = nil, chapter_time_to_read = BD.mirroredUILayout() and "«" or "»", - frontlight = "*", + frontlight = "✺", + frontlight_warmth = "⊛", -- @translators This is the footer compact item prefix for memory usage. mem_usage = C_("FooterCompactItemsPrefix", "M"), wifi_status = "",