Notifications : Replace the label "notificationNr/notificationNb" by a grey border on the bottom that is displayed when there are other notifications to available.

This commit is contained in:
JF
2020-10-22 15:39:20 +02:00
parent 07b6812f61
commit 5983e33b8d
2 changed files with 17 additions and 12 deletions

View File

@@ -37,6 +37,7 @@ namespace Pinetime {
lv_obj_t* container1;
lv_obj_t* t1;
lv_obj_t* l1;
lv_obj_t* bottomPlaceholder;
Modes mode;
};