Fix contact settings unavailable
This commit is contained in:
parent
b562c529bc
commit
b3cc4f8be2
1 changed files with 0 additions and 1 deletions
|
|
@ -79,7 +79,6 @@ RowLayout {
|
||||||
}
|
}
|
||||||
Binding {
|
Binding {
|
||||||
id: binding
|
id: binding
|
||||||
enabled: modelData
|
|
||||||
target: modelData ? modelData.core : null
|
target: modelData ? modelData.core : null
|
||||||
property: "enabled"
|
property: "enabled"
|
||||||
value: switchButton.checked
|
value: switchButton.checked
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue