mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-21 17:20:37 +02:00
Merge pull request #1171
17c3602
Settings: fix visibility of bootstrap daemon setting
This commit is contained in:
commit
0096765676
@ -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 New Issue
Block a user