fix Apps.h.in and src/components/settings/Settings.h after merge mess

This commit is contained in:
ecarlett 2024-05-29 15:43:30 +02:00 committed by Eve C
parent 055b9a93c4
commit 7bab4a66aa
2 changed files with 1 additions and 21 deletions

View file

@ -48,30 +48,14 @@ namespace Pinetime {
struct WatchFaceInfineat {
bool showSideCover = true;
bool showAlarmStatus = true;
<<<<<<< HEAD
int colorIndex = 0;
};
struct WatchFaceInfineatColors {
bool showSideCover = true;
=======
>>>>>>> 70f9025f (now I have the Meow Watchface AND the Infineat Watchface with alarm display)
int colorIndex = 0;
};
<<<<<<< HEAD
=======
>>>>>>> 9d04c32f (recovering manually changes to original Infineat)
struct WatchFaceMeow {
bool showSideCover = true;
int colorIndex = 0;
};
<<<<<<< HEAD
=======
>>>>>>> 9d04c32f (recovering manually changes to original Infineat)
Settings(Pinetime::Controllers::FS& fs);
Settings(const Settings&) = delete;

View file

@ -52,10 +52,6 @@ namespace Pinetime {
PineTimeStyle,
Terminal,
Infineat,
<<<<<<< HEAD
InfineatColors,
=======
>>>>>>> 504f5774 (copy :( files from gitlab repo)
Meow,
CasioStyleG7710,
};