Settings menu: simplify
This commit is contained in:
parent
e313c1f6b9
commit
a60341bfa0
1 changed files with 10 additions and 11 deletions
|
@ -32,21 +32,20 @@ namespace Pinetime {
|
|||
static constexpr int nScreens = 4;
|
||||
|
||||
static constexpr std::array<List::Applications, entriesPerScreen * nScreens> entries {{
|
||||
{Symbols::sun, "Display", Apps::SettingDisplay},
|
||||
{Symbols::eye, "Wake Up", Apps::SettingWakeUp},
|
||||
{Symbols::clock, "Time format", Apps::SettingTimeFormat},
|
||||
{Symbols::home, "Watch face", Apps::SettingWatchFace},
|
||||
{Symbols::clock, "Time format", Apps::SettingTimeFormat},
|
||||
{Symbols::eye, "Turn on when", Apps::SettingWakeUp},
|
||||
{Symbols::sun, "Turn off when", Apps::SettingDisplay},
|
||||
|
||||
{Symbols::shoe, "Steps", Apps::SettingSteps},
|
||||
{Symbols::clock, "Date & Time", Apps::SettingSetDateTime},
|
||||
{Symbols::cloudSunRain, "Weather", Apps::SettingWeatherFormat},
|
||||
{Symbols::batteryHalf, "Battery", Apps::BatteryInfo},
|
||||
{Symbols::shoe, "Steps goal", Apps::SettingSteps},
|
||||
{Symbols::clock, "Date & time", Apps::SettingSetDateTime},
|
||||
//{Symbols::cloudSunRain, "Weather", Apps::SettingWeatherFormat},
|
||||
//{Symbols::clock, "Chimes", Apps::SettingChimes},
|
||||
{Symbols::tachometer, "Shake sensit'y", Apps::SettingShakeThreshold},
|
||||
{Symbols::batteryHalf, "Battery level", Apps::BatteryInfo},
|
||||
|
||||
{Symbols::clock, "Chimes", Apps::SettingChimes},
|
||||
{Symbols::tachometer, "Shake Calib.", Apps::SettingShakeThreshold},
|
||||
{Symbols::check, "Firmware", Apps::FirmwareValidation},
|
||||
{Symbols::bluetooth, "Bluetooth", Apps::SettingBluetooth},
|
||||
|
||||
{Symbols::check, "Firmware", Apps::FirmwareValidation},
|
||||
{Symbols::list, "About", Apps::SysInfo},
|
||||
|
||||
// {Symbols::none, "None", Apps::None},
|
||||
|
|
Loading…
Add table
Reference in a new issue