format fix

This commit is contained in:
Arthur Tazhitdinov
2025-12-26 04:37:15 +05:00
parent 5d00e5ac0f
commit 247463a4b9
3 changed files with 11 additions and 14 deletions

View File

@@ -16,8 +16,7 @@ const SettingInfo settingsList[settingsCount] = {
{"Extra Paragraph Spacing", SettingType::TOGGLE, &CrossPointSettings::extraParagraphSpacing, {}},
{"Short Power Button Click", SettingType::TOGGLE, &CrossPointSettings::shortPwrBtn, {}},
{"Check for updates", SettingType::ACTION, nullptr, {}},
{"Hyphenation", SettingType::TOGGLE, &CrossPointSettings::hyphenationEnabled, {}}
};
{"Hyphenation", SettingType::TOGGLE, &CrossPointSettings::hyphenationEnabled, {}}};
} // namespace
void SettingsActivity::taskTrampoline(void* param) {