Merge pull request #1171

17c3602 Settings: fix visibility of bootstrap daemon setting
This commit is contained in:
luigi1111 2018-03-13 17:31:12 -04:00
commit 0096765676
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

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