Skip to content

Commit de30070

Browse files
committed
qml: remove setting link to developer documentation
1 parent 960490b commit de30070

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/qml/components/DeveloperOptions.qml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,6 @@ import "../controls"
99

1010
ColumnLayout {
1111
spacing: 4
12-
Setting {
13-
id: devDocsLink
14-
Layout.fillWidth: true
15-
header: qsTr("Developer documentation")
16-
actionItem: ExternalLink {
17-
parentState: devDocsLink.state
18-
iconSource: "qrc:/icons/export"
19-
iconWidth: 30
20-
iconHeight: 30
21-
link: "https://bitcoin.org/en/bitcoin-core/contribute/documentation"
22-
}
23-
onClicked: loadedItem.clicked()
24-
}
25-
Separator { Layout.fillWidth: true }
2612
Setting {
2713
id: dbcacheSetting
2814
Layout.fillWidth: true

0 commit comments

Comments
 (0)