fix bug where settings open pair pin screen
This commit is contained in:
parent
ffc5f96d9a
commit
7cf4f6e1ec
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue