alarmwidget: fix issue where repeat settings where set to daily when dialog opens

This commit is contained in:
2023-03-12 22:41:28 +01:00
parent a00c8a52f8
commit 146c33673a
2 changed files with 22 additions and 14 deletions

View File

@ -61,7 +61,7 @@ QString AlarmTime::getName() const
void AlarmTime::setRepeat(const uint8_t repeat)
{
repeat_=repeat;
repeat_ = repeat;
exausted = false;
}