mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD/StashFS: step-15: enable StashFileSource
This commit is contained in:
parent
4e5db6ccf0
commit
6a1bb39235
2 changed files with 4 additions and 1 deletions
|
|
@ -375,7 +375,7 @@ begin
|
|||
begin
|
||||
if TFileSystemFileSource.ClassNameIs(FileSource.ClassName) then
|
||||
CurrentPath := aPath
|
||||
else if fspLinksToLocalFiles in FileSource.Properties then
|
||||
else
|
||||
AddFileSource(TFileSystemFileSource.GetFileSource, aPath);
|
||||
end;
|
||||
end;
|
||||
|
|
|
|||
|
|
@ -81,6 +81,9 @@ implementation
|
|||
uses
|
||||
//Lazarus, Free-Pascal, etc.
|
||||
Forms, Dialogs,
|
||||
|
||||
// enable StashFileSource, don't remove
|
||||
uStashFileSource,
|
||||
|
||||
//DC
|
||||
{$IF DEFINED(CPU64)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue