mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +00:00
Fix switch identifier
This commit is contained in:
parent
de072187ba
commit
b18be53604
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue