mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-05 15:17:37 +03:00
fix format
This commit is contained in:
parent
3dca3f6d00
commit
f27ef5bf84
@ -32,7 +32,10 @@ const SettingInfo settingsList[settingsCount] = {
|
||||
SettingType::ENUM,
|
||||
&CrossPointSettings::fontFamily,
|
||||
{"Bookerly", "Noto Sans", "Open Dyslexic"}},
|
||||
{"Reader Font Size", SettingType::ENUM, &CrossPointSettings::fontSize, {"Small", "Medium", "Large", "X Large", "X Small"}},
|
||||
{"Reader Font Size",
|
||||
SettingType::ENUM,
|
||||
&CrossPointSettings::fontSize,
|
||||
{"Small", "Medium", "Large", "X Large", "X Small"}},
|
||||
{"Reader Line Spacing", SettingType::ENUM, &CrossPointSettings::lineSpacing, {"Tight", "Normal", "Wide"}},
|
||||
{"Check for updates", SettingType::ACTION, nullptr, {}},
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user