diff --git a/electrum/gui/qml/components/main.qml b/electrum/gui/qml/components/main.qml index 819eada00..a93303de5 100644 --- a/electrum/gui/qml/components/main.qml +++ b/electrum/gui/qml/components/main.qml @@ -39,6 +39,13 @@ ApplicationWindow onClicked: stack.pop() } + Image { + Layout.alignment: Qt.AlignVCenter + Layout.preferredWidth: constants.iconSizeLarge + Layout.preferredHeight: constants.iconSizeLarge + source: "../../icons/electrum.png" + } + Label { text: stack.currentItem.title elide: Label.ElideRight