qml: no need for an active wallet to access server/proxy settings
This commit is contained in:
@@ -18,7 +18,6 @@ Pane {
|
|||||||
action: Action {
|
action: Action {
|
||||||
text: qsTr('Server Settings');
|
text: qsTr('Server Settings');
|
||||||
onTriggered: menu.openPage(sc_comp);
|
onTriggered: menu.openPage(sc_comp);
|
||||||
enabled: Daemon.currentWallet
|
|
||||||
icon.source: '../../icons/network.png'
|
icon.source: '../../icons/network.png'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -27,7 +26,6 @@ Pane {
|
|||||||
action: Action {
|
action: Action {
|
||||||
text: qsTr('Proxy Settings');
|
text: qsTr('Proxy Settings');
|
||||||
onTriggered: menu.openPage(pc_comp);
|
onTriggered: menu.openPage(pc_comp);
|
||||||
enabled: Daemon.currentWallet
|
|
||||||
icon.source: '../../icons/status_connected_proxy.png'
|
icon.source: '../../icons/status_connected_proxy.png'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user