Expose override menu

This commit is contained in:
jpirnay
2026-05-23 10:24:12 +02:00
parent 39228b7631
commit a03f5faad5
12 changed files with 386 additions and 33 deletions
+2
View File
@@ -31,6 +31,8 @@ struct MenuResult {
uint8_t textDarkness = 1;
uint8_t bionicReadingOverride = 0;
int8_t paragraphAlignmentOverride = -1;
int8_t textAntiAliasingOverride = -1;
int8_t hyphenationOverride = -1;
};
struct ChapterResult {