Settings: fix visibility of bootstrap daemon setting

This commit is contained in:
stoffu 2018-03-07 08:33:51 +09:00
parent ce8913b5bf
commit 17c36025a0
No known key found for this signature in database
GPG key ID: 41DAB8343A9EC012

View file

@ -378,7 +378,7 @@ Rectangle {
} }
RowLayout { RowLayout {
visible: persistentSettings.startLocalNode visible: !isMobile && !persistentSettings.useRemoteNode
ColumnLayout { ColumnLayout {
Label { Label {
color: "#4A4949" color: "#4A4949"