mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
titlebar: fix logos when isMobile
This commit is contained in:
parent
45781ab4a1
commit
079cfe226d
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ Rectangle {
|
||||||
z: parent.z + 1
|
z: parent.z + 1
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
|
visible: !isMobile
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.topMargin: 11
|
anchors.topMargin: 11
|
||||||
|
|
Loading…
Reference in a new issue