alarmwidget: fix issue where repeat settings where set to daily when dialog opens
This commit is contained in:
parent
a00c8a52f8
commit
146c33673a
|
@ -61,7 +61,7 @@ QString AlarmTime::getName() const
|
|||
|
||||
void AlarmTime::setRepeat(const uint8_t repeat)
|
||||
{
|
||||
repeat_=repeat;
|
||||
repeat_ = repeat;
|
||||
exausted = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue