mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: Send params to first copy
This commit is contained in:
parent
17623e86b8
commit
df95a24667
1 changed files with 2 additions and 2 deletions
|
|
@ -248,7 +248,7 @@ begin
|
|||
UniqueInstance:= TUniqueInstance.Create(aInstanceName);
|
||||
if UniqueInstance.IsRunInstance then
|
||||
begin
|
||||
UniqueInstance.SendString('ShowMainForm');
|
||||
UniqueInstance.SendParams;
|
||||
Exit(False);
|
||||
end;
|
||||
UniqueInstance.RunListen;
|
||||
|
|
@ -266,4 +266,4 @@ finalization
|
|||
FreeAndNil(UniqueInstance);
|
||||
end;
|
||||
end.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue