mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-07 02:09:38 +01:00
DebugServer: Store CleanLog in settings. Issue #37615, patch from BrunoK.
git-svn-id: trunk@63825 -
This commit is contained in:
parent
eff8fb999c
commit
82747ce355
@ -467,6 +467,7 @@ begin
|
|||||||
FShowOnmessage:=ShowOnMessage;
|
FShowOnmessage:=ShowOnMessage;
|
||||||
FAtBottom:=NewMessageAtBottom;
|
FAtBottom:=NewMessageAtBottom;
|
||||||
FKeepVisible:=NewMessageVisible;
|
FKeepVisible:=NewMessageVisible;
|
||||||
|
FCleanLog:=CleanLogOnNewProcess;
|
||||||
SaveSettings;
|
SaveSettings;
|
||||||
end;
|
end;
|
||||||
finally
|
finally
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user