From ce068eb8fc84614e7b68cd5d4c5fbaf4e3127597 Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Mon, 3 Oct 2022 11:40:43 +0200 Subject: [PATCH] qml: no need for an active wallet to access server/proxy settings --- electrum/gui/qml/components/NetworkStats.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/electrum/gui/qml/components/NetworkStats.qml b/electrum/gui/qml/components/NetworkStats.qml index d3c7ee669..caa1b9824 100644 --- a/electrum/gui/qml/components/NetworkStats.qml +++ b/electrum/gui/qml/components/NetworkStats.qml @@ -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' } }