1
0

qml: remove nostr relays from NetworkOverview.qml

This commit is contained in:
Sander van Grieken
2025-06-02 11:52:44 +02:00
parent a23f370a43
commit 30d6228cac

View File

@@ -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')