mirror of https://gitlab.com/basile.b/dexed.git
specified default values to avoid them to be written
This commit is contained in:
parent
4d1a299818
commit
34c2477541
|
@ -294,9 +294,9 @@ type
|
|||
published
|
||||
property executable;
|
||||
property workingDirectory;
|
||||
property options;
|
||||
property options default [];
|
||||
property parameters;
|
||||
property showWindow;
|
||||
property showWindow default swoNone;
|
||||
end;
|
||||
|
||||
(*****************************************************************************
|
||||
|
@ -306,9 +306,9 @@ type
|
|||
TProjectRunOptions = class(TCustomProcOptions)
|
||||
published
|
||||
property workingDirectory;
|
||||
property options;
|
||||
property options default [];
|
||||
property parameters;
|
||||
property showWindow;
|
||||
property showWindow default swoNone;
|
||||
end;
|
||||
|
||||
(*****************************************************************************
|
||||
|
|
Loading…
Reference in New Issue