mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Merge pull request #1765
079cfe2
titlebar: fix logos when isMobile (mmbyday)
This commit is contained in:
commit
377dd544eb
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ Rectangle {
|
|||
z: parent.z + 1
|
||||
|
||||
Image {
|
||||
visible: !isMobile
|
||||
anchors.left: parent.left
|
||||
anchors.top: parent.top
|
||||
anchors.topMargin: 11
|
||||
|
|
Loading…
Reference in a new issue