removed extra logs
This commit is contained in:
parent
ac61086c95
commit
227b0dd962
1 changed files with 1 additions and 5 deletions
|
|
@ -23,7 +23,6 @@ ColumnLayout {
|
||||||
settings.displayFormat = valueDisplayFormat
|
settings.displayFormat = valueDisplayFormat
|
||||||
settings.use12HourClock = valueUse12h
|
settings.use12HourClock = valueUse12h
|
||||||
settings.reverseDayMonth = valueReverseDayMonth
|
settings.reverseDayMonth = valueReverseDayMonth
|
||||||
console.log(JSON.stringify(settings))
|
|
||||||
return settings
|
return settings
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -48,10 +47,7 @@ ColumnLayout {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
currentKey: valueDisplayFormat
|
currentKey: valueDisplayFormat
|
||||||
onSelected: key => {
|
onSelected: key => valueDisplayFormat = key
|
||||||
valueDisplayFormat = key
|
|
||||||
console.log(key)
|
|
||||||
}
|
|
||||||
minimumWidth: 230 * scaling
|
minimumWidth: 230 * scaling
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue