removed persistentSettings.startLocalNode as it's synonym for !persistentSettings.useRemoteNode

This commit is contained in:
stoffu
2018-01-24 14:43:24 +09:00
parent 5c664685da
commit 89ec822ba5
3 changed files with 3 additions and 5 deletions

View File

@@ -296,7 +296,7 @@ Rectangle {
ColumnLayout {
id: blockchainFolderRow
visible: !isMobile
visible: !isMobile && !persistentSettings.useRemoteNode
Label {
id: blockchainFolderLabel
color: "#4A4949"