Fix switch identifier

This commit is contained in:
Laurent Montel 2023-06-19 18:35:01 +02:00
parent de072187ba
commit b18be53604

View file

@ -173,7 +173,7 @@ SimpleKCM {
TimePicker {
id: timePicker
enabled: !ntpCheckBox.checked
twentyFour: twentyFourSwitch.checked
twentyFour: hourFormatSwitch.checked
implicitWidth: width > Kirigami.Units.gridUnit * 15 ? width : Kirigami.Units.gridUnit * 15