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.
2 parents 9847663 + de30070 commit cfcfebcCopy full SHA for cfcfebc
src/qml/components/DeveloperOptions.qml
@@ -9,20 +9,6 @@ import "../controls"
9
10
ColumnLayout {
11
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 }
26
Setting {
27
id: dbcacheSetting
28
Layout.fillWidth: true
0 commit comments