qml: remove nostr relays from NetworkOverview.qml
This commit is contained in:
@@ -217,22 +217,6 @@ Pane {
|
||||
text: Daemon.currentWallet.lightningNumPeers
|
||||
}
|
||||
|
||||
Heading {
|
||||
Layout.columnSpan: 2
|
||||
text: qsTr('Nostr')
|
||||
}
|
||||
|
||||
Label {
|
||||
text: qsTr('Relays:')
|
||||
color: Material.accentColor
|
||||
}
|
||||
|
||||
Label {
|
||||
Layout.fillWidth: true
|
||||
text: Config.nostrRelays.replace(/,/g, "\n")
|
||||
wrapMode: Text.Wrap
|
||||
}
|
||||
|
||||
Heading {
|
||||
Layout.columnSpan: 2
|
||||
text: qsTr('Proxy')
|
||||
|
||||
Reference in New Issue
Block a user