diff options
| author | kieranc <kieranc@gmail.com> | 2022-10-06 15:00:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-06 16:00:35 +0300 |
| commit | 0f1d0bbd1d59f1d8c5572e1484edb8cb2dee3b53 (patch) | |
| tree | 6a27648a2805b1bdc41f9bf7c410fce1a58252ed /src/displayapp/screens/WatchFaceInfineat.h | |
| parent | a0089e4fd021c88c6ee0d1184e0266fb1753a0ad (diff) | |
Fix button labels (#1361)
Diffstat (limited to 'src/displayapp/screens/WatchFaceInfineat.h')
| -rw-r--r-- | src/displayapp/screens/WatchFaceInfineat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/screens/WatchFaceInfineat.h b/src/displayapp/screens/WatchFaceInfineat.h index 4a7dbebd..285908e8 100644 --- a/src/displayapp/screens/WatchFaceInfineat.h +++ b/src/displayapp/screens/WatchFaceInfineat.h @@ -112,6 +112,7 @@ namespace Pinetime { lv_obj_t* btnPrevColor; lv_obj_t* btnSettings; lv_obj_t* labelBtnSettings; + lv_obj_t* lblToggle; static constexpr int nLines = 9; static constexpr int nColors = 7; // must match number of colors in InfineatColors |
