Skip to content

Commit cfcfebc

Browse files
committed
Merge #337: Remove setting link to developer documentation
de30070 qml: remove setting link to developer documentation (jarolrod) Pull request description: We already point to the source code to the official bitcoincore website and the source code in the `About` page. Additionally, this points to bitcoin.org, which we probably don't want to point to. [![Windows](https://img.shields.io/badge/OS-Windows-green)](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/win64/unsecure_win_gui.zip?branch=pull/337) [![Intel macOS](https://img.shields.io/badge/OS-Intel%20macOS-green)](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/macos/unsecure_mac_gui.zip?branch=pull/337) [![Apple Silicon macOS](https://img.shields.io/badge/OS-Apple%20Silicon%20macOS-green)](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/macos_arm64/unsecure_mac_arm64_gui.zip?branch=pull/337) [![ARM64 Android](https://img.shields.io/badge/OS-Android-green)](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/android/unsecure_android_apk.zip?branch=pull/337) [![ARM32 Android](https://img.shields.io/badge/OS-Android%2032bit-green)](https://api.cirrus-ci.com/v1/artifact/github/bitcoin-core/gui-qml/android32/unsecure_android_32bit_apk.zip?branch=pull/337) ACKs for top commit: johnny9: ACK de30070 Tree-SHA512: ab9b9a9aa396a47899912b93f7262f74777ca90712ea7f9e143fe25670a89d05a9f1903b9c2f7c5410fe9b1063356f05a670412da8baaa4f1320c0454a590b39
2 parents 9847663 + de30070 commit cfcfebc

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)