diff --git a/electrum/gui/qml/components/main.qml b/electrum/gui/qml/components/main.qml index 02ce662c8..5e4158a93 100644 --- a/electrum/gui/qml/components/main.qml +++ b/electrum/gui/qml/components/main.qml @@ -57,13 +57,6 @@ ApplicationWindow } } - Image { - Layout.alignment: Qt.AlignVCenter - Layout.preferredWidth: constants.iconSizeLarge - Layout.preferredHeight: constants.iconSizeLarge - source: "../../icons/electrum.png" - } - Label { Layout.preferredHeight: Math.max(implicitHeight, toolbarTopLayout.height) text: stack.currentItem.title