mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-05 07:38:15 +02:00
* Set clean dirs service doAllowStop option, patch from Sven Barth, bug ID #37699
git-svn-id: trunk@63864 -
This commit is contained in:
parent
fb4e9603c0
commit
ca33492279
@ -4,7 +4,7 @@ object CleanDirServiceMapper: TCleanDirServiceMapper
|
||||
DaemonClassName = 'TCleanDirsDaemon'
|
||||
Name = 'CleanDirs'
|
||||
DisplayName = 'Clean directories service'
|
||||
Options = [doAllowPause]
|
||||
Options = [doAllowStop, doAllowPause]
|
||||
WinBindings.Dependencies = <>
|
||||
WinBindings.StartType = stAuto
|
||||
WinBindings.WaitHint = 0
|
||||
|
Loading…
Reference in New Issue
Block a user