UPD: Disable Samba plugin

This commit is contained in:
Alexander Koblov 2024-11-08 21:19:44 +03:00
commit 8996c1bc15

View file

@ -316,10 +316,8 @@ begin
end;
{$IF DEFINED(UNIX) AND NOT DEFINED(DARWIN)}
if gWFXPlugins.IndexOfName('Windows Network') < 0 then
begin
gWFXPlugins.Add('Windows Network', Folder + 'samba' + PathDelim + 'samba.wfx');
end;
I:= gWFXPlugins.IndexOfName('Windows Network');
if I >= 0 then gWFXPlugins.Enabled[I]:= False;
{$ENDIF}
// Wlx plugins