fix settings screen
This commit is contained in:
parent
7cf4f6e1ec
commit
6a0276f164
|
@ -48,7 +48,12 @@ namespace Pinetime {
|
|||
{Symbols::check, "Firmware", Apps::FirmwareValidation},
|
||||
|
||||
{Symbols::bluetooth, "Bluetooth", Apps::SettingBluetooth},
|
||||
{Symbols::list, "About", Apps::SysInfo}
|
||||
{Symbols::list, "About", Apps::SysInfo},
|
||||
|
||||
// {Symbols::none, "None", Apps::None},
|
||||
// {Symbols::none, "None", Apps::None},
|
||||
// {Symbols::none, "None", Apps::None},
|
||||
// {Symbols::none, "None", Apps::None},
|
||||
|
||||
}};
|
||||
ScreenList<nScreens> screens;
|
||||
|
|
Loading…
Reference in a new issue