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