From 0ae11f8cf4c4911a8bd6f81c7bccfb74eb52328f Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Thu, 15 Aug 2024 22:57:09 +0200 Subject: [PATCH] ScreenSaver: Fix comment typo Link to the right issue ;). Typo dates back to the original commit, way back in #5928 --- frontend/ui/screensaver.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ui/screensaver.lua b/frontend/ui/screensaver.lua index 080bfeaeb..865b92ed0 100644 --- a/frontend/ui/screensaver.lua +++ b/frontend/ui/screensaver.lua @@ -506,7 +506,7 @@ function Screensaver:show() -- We mostly always suspend in Portrait/Inverted Portrait mode... -- ... except when we just show an InfoMessage or when the screensaver - -- is disabled, as it plays badly with Landscape mode (c.f., #4098 and #5290). + -- is disabled, as it plays badly with Landscape mode (c.f., #4098 and #5920). -- We also exclude full-screen widgets that work fine in Landscape mode, -- like ReadingProgress and BookStatus (c.f., #5724) if self:modeExpectsPortrait() then