We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddbc0ea commit c0e45bcCopy full SHA for c0e45bc
src/qml/components/ConnectionSettings.qml
@@ -64,7 +64,6 @@ ColumnLayout {
64
Separator { Layout.fillWidth: true }
65
Setting {
66
id: gotoProxy
67
- last: true
68
Layout.fillWidth: true
69
header: qsTr("Proxy settings")
70
actionItem: CaretRightButton {
src/qml/controls/Setting.qml
@@ -10,7 +10,6 @@ import org.bitcoincore.qt 1.0
10
11
AbstractButton {
12
id: root
13
- property bool last: parent && root === parent.children[parent.children.length - 1]
14
required property string header
15
property alias actionItem: action_loader.sourceComponent
16
property alias loadedItem: action_loader.item
0 commit comments