1
mirror of https://github.com/monero-project/monero-gui synced 2025-01-04 20:26:23 +01:00

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 {
visible: persistentSettings.startLocalNode
visible: !isMobile && !persistentSettings.useRemoteNode
ColumnLayout {
Label {
color: "#4A4949"