chore(@AccountView.qml): object name to interact with toggle
This commit is contained in:
parent
658279696e
commit
c5e37382cd
|
@ -229,6 +229,7 @@ ColumnLayout {
|
||||||
StatusListItem {
|
StatusListItem {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
title: qsTr("Include in total balance")
|
title: qsTr("Include in total balance")
|
||||||
|
objectName: "includeTotalBalanceListItem"
|
||||||
visible: d.watchOnlyAccount
|
visible: d.watchOnlyAccount
|
||||||
color: Theme.palette.transparent
|
color: Theme.palette.transparent
|
||||||
components: [
|
components: [
|
||||||
|
|
Loading…
Reference in New Issue