Skip to content

Commit

Permalink
Fix editable daily-etc timers in new timer gui
Browse files Browse the repository at this point in the history
  • Loading branch information
Talkarcabbage committed Jul 28, 2024
1 parent af1b0ad commit dba3242
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ class AddTimerController {
hoursTextField!!.text = "0"
secondsTextField!!.text = "0"
nameTextField!!.text = ""
setTimeFieldsEnabled(true)
setTimeFieldsEnabled(typeComboBox?.value==STANDARD)
}

/**
Expand Down

0 comments on commit dba3242

Please sign in to comment.