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

View File

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