This commit is contained in:
Elements6007 2022-11-30 15:18:42 -05:00 committed by Reinhold Gschweicher
parent 63bfd6e49e
commit 4fe058c652

View File

@ -99,11 +99,8 @@ Missing::Missing(Pinetime::Applications::DisplayApp* app, Pinetime::Applications
case Pinetime::Applications::Apps::SettingSteps:
screen_lbl = "SettingSteps";
break;
case Pinetime::Applications::Apps::SettingSetDate:
screen_lbl = "SettingSetDate";
break;
case Pinetime::Applications::Apps::SettingSetTime:
screen_lbl = "SettingSetTime";
case Pinetime::Applications::Apps::SettingSetDateTime:
screen_lbl = "SettingSetDateTime";
break;
case Pinetime::Applications::Apps::SettingChimes:
screen_lbl = "SettingChimes";