fix bug where settings open pair pin screen

This commit is contained in:
Patric Gruber 2024-04-11 00:35:11 +02:00
parent ffc5f96d9a
commit 7cf4f6e1ec

View file

@ -48,11 +48,7 @@ namespace Pinetime {
{Symbols::check, "Firmware", Apps::FirmwareValidation},
{Symbols::bluetooth, "Bluetooth", Apps::SettingBluetooth},
{Symbols::list, "About", Apps::SysInfo},
{Symbols::none, "None", Apps::None},
{Symbols::none, "None", Apps::None},
// {Symbols::none, "None", Apps::None},
{Symbols::list, "About", Apps::SysInfo}
}};
ScreenList<nScreens> screens;