From a596b89e1c2de631bddc89f10f30a407cea4fac9 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Thu, 18 Apr 2024 13:16:00 +0200 Subject: [PATCH] add a full stop/period --- frontend/apps/reader/modules/readerhandmade.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/apps/reader/modules/readerhandmade.lua b/frontend/apps/reader/modules/readerhandmade.lua index ece18d73e..268a6eab5 100644 --- a/frontend/apps/reader/modules/readerhandmade.lua +++ b/frontend/apps/reader/modules/readerhandmade.lua @@ -120,7 +120,7 @@ function ReaderHandMade:onToggleHandmadeFlows() end function ReaderHandMade:addToMainMenu(menu_items) - -- As it's currently impossible to create custom hidden flows on non-touch, and really impractical to create custom toc, better hide these features completely + -- As it's currently impossible to create custom hidden flows on non-touch, and really impractical to create a custom toc, it's better hide these features completely for now. if not Device:isTouchDevice() then return end