fix settings screen

This commit is contained in:
Patric Gruber 2024-07-11 14:55:17 +02:00
parent 7cf4f6e1ec
commit 6a0276f164

View file

@ -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;