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 {} }