mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-04 00:27:26 -04:00
NetworkStatusItem: 'starting/stopping the node' status (no splash)
This commit is contained in:
@@ -39,6 +39,15 @@ Rectangle {
|
||||
property var connected: Wallet.ConnectionStatus_Disconnected
|
||||
|
||||
function getConnectionStatusString(status) {
|
||||
switch (appWindow.daemonStartStopInProgress)
|
||||
{
|
||||
case 1:
|
||||
return qsTr("Starting the node");
|
||||
case 2:
|
||||
return qsTr("Stopping the node");
|
||||
default:
|
||||
break;
|
||||
}
|
||||
switch (status) {
|
||||
case Wallet.ConnectionStatus_Connected:
|
||||
if (!appWindow.daemonSynced)
|
||||
|
||||
Reference in New Issue
Block a user