|
|
|
@ -37,21 +37,21 @@ Pane { |
|
|
|
text: qsTr('On-chain') |
|
|
|
text: qsTr('On-chain') |
|
|
|
} |
|
|
|
} |
|
|
|
Label { |
|
|
|
Label { |
|
|
|
text: qsTr('Network:'); |
|
|
|
text: qsTr('Network') + ':' |
|
|
|
color: Material.accentColor |
|
|
|
color: Material.accentColor |
|
|
|
} |
|
|
|
} |
|
|
|
Label { |
|
|
|
Label { |
|
|
|
text: Network.networkName |
|
|
|
text: Network.networkName |
|
|
|
} |
|
|
|
} |
|
|
|
Label { |
|
|
|
Label { |
|
|
|
text: qsTr('Status:'); |
|
|
|
text: qsTr('Status') + ':' |
|
|
|
color: Material.accentColor |
|
|
|
color: Material.accentColor |
|
|
|
} |
|
|
|
} |
|
|
|
Label { |
|
|
|
Label { |
|
|
|
text: Network.status |
|
|
|
text: Network.status |
|
|
|
} |
|
|
|
} |
|
|
|
Label { |
|
|
|
Label { |
|
|
|
text: qsTr('Server:'); |
|
|
|
text: qsTr('Server') + ':' |
|
|
|
color: Material.accentColor |
|
|
|
color: Material.accentColor |
|
|
|
} |
|
|
|
} |
|
|
|
Label { |
|
|
|
Label { |
|
|
|
@ -165,7 +165,7 @@ Pane { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
Label { |
|
|
|
Label { |
|
|
|
text: Config.useGossip ? qsTr('Gossip:') : qsTr('Trampoline:') |
|
|
|
text: (Config.useGossip ? qsTr('Gossip') : qsTr('Trampoline')) + ':' |
|
|
|
color: Material.accentColor |
|
|
|
color: Material.accentColor |
|
|
|
} |
|
|
|
} |
|
|
|
ColumnLayout { |
|
|
|
ColumnLayout { |
|
|
|
@ -201,7 +201,7 @@ Pane { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
Label { |
|
|
|
Label { |
|
|
|
text: qsTr('Proxy:'); |
|
|
|
text: qsTr('Proxy') + ':' |
|
|
|
color: Material.accentColor |
|
|
|
color: Material.accentColor |
|
|
|
} |
|
|
|
} |
|
|
|
Label { |
|
|
|
Label { |
|
|
|
|