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: case Pinetime::Applications::Apps::SettingSteps:
screen_lbl = "SettingSteps"; screen_lbl = "SettingSteps";
break; break;
case Pinetime::Applications::Apps::SettingSetDate: case Pinetime::Applications::Apps::SettingSetDateTime:
screen_lbl = "SettingSetDate"; screen_lbl = "SettingSetDateTime";
break;
case Pinetime::Applications::Apps::SettingSetTime:
screen_lbl = "SettingSetTime";
break; break;
case Pinetime::Applications::Apps::SettingChimes: case Pinetime::Applications::Apps::SettingChimes:
screen_lbl = "SettingChimes"; screen_lbl = "SettingChimes";