alarmwidget: fix issue where repeat settings where set to daily when dialog opens
This commit is contained in:
@ -61,7 +61,7 @@ QString AlarmTime::getName() const
|
||||
|
||||
void AlarmTime::setRepeat(const uint8_t repeat)
|
||||
{
|
||||
repeat_=repeat;
|
||||
repeat_ = repeat;
|
||||
exausted = false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user