We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 755ab72 + 1d6455c commit 72900caCopy full SHA for 72900ca
1 file changed
src/displayapp/screens/Alarm.h
@@ -40,7 +40,9 @@ namespace Pinetime {
40
Controllers::AlarmController& alarmController;
41
42
lv_obj_t *time, *btnEnable, *txtEnable, *btnMinutesUp, *btnMinutesDown, *btnHoursUp, *btnHoursDown, *txtMinUp, *txtMinDown,
43
- *txtHrUp, *txtHrDown, *btnRecur, *txtRecur, *btnMessage, *txtMessage, *btnInfo, *txtInfo;
+ *txtHrUp, *txtHrDown, *btnRecur, *txtRecur, *btnInfo, *txtInfo;
44
+ lv_obj_t* txtMessage = nullptr;
45
+ lv_obj_t* btnMessage = nullptr;
46
47
enum class EnableButtonState { On, Off, Alerting };
48
void SetEnableButtonState();
0 commit comments