mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 02:57:26 -04:00
Settings: fix visibility of bootstrap daemon setting
This commit is contained in:
@@ -378,7 +378,7 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
visible: persistentSettings.startLocalNode
|
visible: !isMobile && !persistentSettings.useRemoteNode
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
Label {
|
Label {
|
||||||
color: "#4A4949"
|
color: "#4A4949"
|
||||||
|
|||||||
Reference in New Issue
Block a user