mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-04 21:05:11 +00:00
add help button to network dialog
This commit is contained in:
parent
93c7aee2c8
commit
b363d81fc1
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ class NetworkDialog(QDialog):
|
|||
hbox.addWidget(l)
|
||||
hbox.addWidget(QLabel(status))
|
||||
hbox.addStretch(50)
|
||||
hbox.addWidget(HelpButton(_("As of version 1.9, Electrum connects to several servers in order to download block headers and find out the longest blockchain. However, your wallet addresses are sent to a single server, in order to receive your transaction history.")))
|
||||
vbox.addLayout(hbox)
|
||||
|
||||
# grid layout
|
||||
|
|
Loading…
Add table
Reference in a new issue