Skip to content
This repository was archived by the owner on Sep 14, 2024. It is now read-only.

Commit 303ffd3

Browse files
committed
pendings
1 parent 4f8aec0 commit 303ffd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nl_mainform.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ procedure TForm1.FormShow(Sender: TObject);
364364
ToStartLog('Nodes updated');
365365
end;
366366
Pendings_String := GetPendings();
367-
//ProcessPendings();
367+
ProcessPendings();
368368
Sleep(500);
369369
Form1.Visible:=true;
370370
form4.Visible:=false;

0 commit comments

Comments
 (0)