forked from Public/monero-gui
removed persistentSettings.startLocalNode as it's synonym for !persistentSettings.useRemoteNode
This commit is contained in:
@@ -296,7 +296,7 @@ Rectangle {
|
||||
|
||||
ColumnLayout {
|
||||
id: blockchainFolderRow
|
||||
visible: !isMobile
|
||||
visible: !isMobile && !persistentSettings.useRemoteNode
|
||||
Label {
|
||||
id: blockchainFolderLabel
|
||||
color: "#4A4949"
|
||||
|
||||
Reference in New Issue
Block a user