mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Auto mount offline network drives
This commit is contained in:
parent
c54f0c3bd5
commit
2acddc6e64
1 changed files with 2 additions and 1 deletions
|
|
@ -418,6 +418,7 @@ begin
|
|||
DisplayName := DriveLetter;
|
||||
DriveLabel := UTF8Encode(WideString(NetworkPath));
|
||||
DriveType := dtNetwork;
|
||||
AutoMount := True;
|
||||
end;
|
||||
end;
|
||||
RegCloseKey(Key);
|
||||
|
|
@ -1264,4 +1265,4 @@ end;
|
|||
{$ENDIF}
|
||||
|
||||
end.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue