diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-24 03:29:32 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-24 03:29:32 (GMT) |
| commit | 9a4fef636caf96d6dbcf91dc7ac790092cdcfba9 (patch) | |
| tree | 503d02e73ac7fa1f44ac447ec88ae45a88142a46 /src/displayapp/screens/settings/SettingWatchFace.h | |
| parent | aa32220d919c4d9eac9f85c3ed6c636f0400aec3 (diff) | |
Revert "Analog24 watchface"
This reverts commit a62b893469765923a113acdf85627ce39322880f.
Diffstat (limited to 'src/displayapp/screens/settings/SettingWatchFace.h')
| -rw-r--r-- | src/displayapp/screens/settings/SettingWatchFace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/settings/SettingWatchFace.h b/src/displayapp/screens/settings/SettingWatchFace.h index 37ea62b..62427b4 100644 --- a/src/displayapp/screens/settings/SettingWatchFace.h +++ b/src/displayapp/screens/settings/SettingWatchFace.h @@ -20,7 +20,7 @@ namespace Pinetime { void UpdateSelected(lv_obj_t* object, lv_event_t event); private: - static constexpr std::array<const char*, 5> options = {" Digital face", " Analog face", " 24H Analog", " PineTimeStyle", " Terminal"}; + static constexpr std::array<const char*, 4> options = {" Digital face", " Analog face", " PineTimeStyle", " Terminal"}; Controllers::Settings& settingsController; lv_obj_t* cbOption[options.size()]; |
