Disable hyphenation feature in CrossPointSettings

This commit is contained in:
Arthur Tazhitdinov
2025-12-26 05:11:51 +05:00
parent 3806f1883a
commit 3cf52d8bd1
4 changed files with 227 additions and 76 deletions

View File

@@ -24,7 +24,7 @@ class CrossPointSettings {
uint8_t extraParagraphSpacing = 1;
// Duration of the power button press
uint8_t shortPwrBtn = 0;
uint8_t hyphenationEnabled = 1;
uint8_t hyphenationEnabled = 0;
~CrossPointSettings() = default;