mirror of
https://github.com/monero-project/monero-gui
synced 2024-11-19 13:37:13 +01:00
networkstatus: add remote node
This commit is contained in:
parent
e0e69b35bd
commit
e3eab0c667
@ -29,7 +29,7 @@
|
||||
import QtQuick 2.0
|
||||
import moneroComponents.Wallet 1.0
|
||||
|
||||
Row {
|
||||
Rectangle {
|
||||
id: item
|
||||
property var connected: Wallet.ConnectionStatus_Disconnected
|
||||
|
||||
@ -51,6 +51,8 @@ Row {
|
||||
if (status == Wallet.ConnectionStatus_Connected) {
|
||||
if(!appWindow.daemonSynced)
|
||||
return qsTr("Synchronizing")
|
||||
if(appWindow.remoteNodeConnected)
|
||||
return qsTr("Remote node")
|
||||
return qsTr("Connected")
|
||||
}
|
||||
if (status == Wallet.ConnectionStatus_WrongVersion)
|
||||
|
Loading…
Reference in New Issue
Block a user