From c8ff8fca7023397f61a832b30e9b25e45bf260bd Mon Sep 17 00:00:00 2001 From: jpirnay Date: Sat, 23 May 2026 21:39:50 +0200 Subject: [PATCH] Fix missing declaration --- src/activities/reader/EpubReaderActivity.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/activities/reader/EpubReaderActivity.h b/src/activities/reader/EpubReaderActivity.h index b6848478..d8da48a7 100644 --- a/src/activities/reader/EpubReaderActivity.h +++ b/src/activities/reader/EpubReaderActivity.h @@ -320,6 +320,7 @@ class EpubReaderActivity final : public Activity { void openReaderMenu(); void openQuickOverrides(); bool getEffectiveEmbeddedStyle() const; + bool getEffectiveBionicReading() const; uint8_t getEffectiveImageRendering() const; uint8_t getEffectiveParagraphAlignment() const; bool getEffectiveTextAntiAliasing() const;