Skip to content

Commit

Permalink
Merge pull request #351 from jmlich/timepicker-not-stored
Browse files Browse the repository at this point in the history
Alarm doesn't store TimePicker value
  • Loading branch information
piggz authored Mar 22, 2024
2 parents 72fadba + 117951d commit a8f11dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/qml/components/platform.uuitk/TimePickerDialogPL.qml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ DialogPL {
id: dialog

property alias time: datePicker.date
property alias hour: datePicker.hours
property alias minute: datePicker.minutes

Item {
height: childrenRect.height
Expand Down

0 comments on commit a8f11dd

Please sign in to comment.