mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-31 16:09:26 +00:00
Android: hide local node settings
This commit is contained in:
parent
499eeee59a
commit
22a1509316
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ Rectangle{
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredHeight: 90
|
Layout.preferredHeight: 90
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
|
visible: !isAndroid
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: localNodeDivider
|
id: localNodeDivider
|
||||||
|
|
Loading…
Reference in a new issue