mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Settings: fix visibility of bootstrap daemon setting
This commit is contained in:
parent
ce8913b5bf
commit
17c36025a0
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ Rectangle {
|
||||||
}
|
}
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
visible: persistentSettings.startLocalNode
|
visible: !isMobile && !persistentSettings.useRemoteNode
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
Label {
|
Label {
|
||||||
color: "#4A4949"
|
color: "#4A4949"
|
||||||
|
|
Loading…
Reference in a new issue