mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: Change default watcher mode to fswmAllowDelete
This commit is contained in:
parent
0fdceb21c2
commit
2359cd41b6
1 changed files with 1 additions and 1 deletions
|
|
@ -1322,7 +1322,7 @@ begin
|
|||
{ Auto refresh page }
|
||||
gWatchDirs := [watch_file_name_change, watch_attributes_change];
|
||||
gWatchDirsExclude := '';
|
||||
gWatcherMode := fswmPreventDelete;
|
||||
gWatcherMode := fswmAllowDelete;
|
||||
|
||||
{ Icons page }
|
||||
gShowIcons := sim_all_and_exe;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue