Skip to content

Commit c0e45bc

Browse files
committed
qml: drop unused last property from Setting
1 parent ddbc0ea commit c0e45bc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/qml/components/ConnectionSettings.qml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ ColumnLayout {
6464
Separator { Layout.fillWidth: true }
6565
Setting {
6666
id: gotoProxy
67-
last: true
6867
Layout.fillWidth: true
6968
header: qsTr("Proxy settings")
7069
actionItem: CaretRightButton {

src/qml/controls/Setting.qml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import org.bitcoincore.qt 1.0
1010

1111
AbstractButton {
1212
id: root
13-
property bool last: parent && root === parent.children[parent.children.length - 1]
1413
required property string header
1514
property alias actionItem: action_loader.sourceComponent
1615
property alias loadedItem: action_loader.item

0 commit comments

Comments
 (0)