1
0

qml: no need for an active wallet to access server/proxy settings

This commit is contained in:
Sander van Grieken
2022-10-03 11:40:43 +02:00
parent 5a64d62b24
commit ce068eb8fc

View File

@@ -18,7 +18,6 @@ Pane {
action: Action {
text: qsTr('Server Settings');
onTriggered: menu.openPage(sc_comp);
enabled: Daemon.currentWallet
icon.source: '../../icons/network.png'
}
}
@@ -27,7 +26,6 @@ Pane {
action: Action {
text: qsTr('Proxy Settings');
onTriggered: menu.openPage(pc_comp);
enabled: Daemon.currentWallet
icon.source: '../../icons/status_connected_proxy.png'
}
}