From 8dbb2e0c3327f8460214c391d13e10f97e0e0b7f Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Thu, 12 Oct 2023 15:17:16 +0200 Subject: [PATCH] qml: remove eye icon for watch-only wallets from toolbar --- electrum/gui/qml/components/main.qml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/electrum/gui/qml/components/main.qml b/electrum/gui/qml/components/main.qml index 160ff35bb..fd2e59653 100644 --- a/electrum/gui/qml/components/main.qml +++ b/electrum/gui/qml/components/main.qml @@ -201,14 +201,6 @@ ApplicationWindow } } - Image { - Layout.preferredWidth: constants.iconSizeSmall - Layout.preferredHeight: constants.iconSizeSmall - visible: Daemon.currentWallet && Daemon.currentWallet.isWatchOnly - source: '../../icons/eye1.png' - scale: 1.5 - } - LightningNetworkStatusIndicator {} OnchainNetworkStatusIndicator {} }