Browse Source

Minor Init visual change on Classic GUI

PascalCoin 7 years ago
parent
commit
faf50f301d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/gui-classic/UFRMWallet.pas

+ 1 - 1
src/gui-classic/UFRMWallet.pas

@@ -351,7 +351,7 @@ begin
   TNode.Node.NetServer.Active := true;
   if (TNode.Node.Bank.BlocksCount<=1) then begin
     while (Not Terminated) And (Not TNode.Node.IsReady(currentProcess) Or (TNode.Node.Bank.BlocksCount<=1)) do begin
-      FRMWallet.FBackgroundLabel.Caption:='Please wait until finished: '+currentProcess;
+      FRMWallet.UpdateNodeStatus;
       Sleep(5);
     end;
   end;