UPD: GetSystemFolderIcon function under Linux

This commit is contained in:
Alexander Koblov 2025-01-11 14:56:44 +03:00
commit 026e9755d8

View file

@ -1030,6 +1030,10 @@ begin
else begin
Result:= CheckAddThemePixmap(AIconName);
end;
if (Result < 0) and (AIconName <> 'folder') then
begin
Result:= CheckAddThemePixmap('folder');
end;
end;
function TPixMapManager.GetIconByDesktopFile(sFileName: String; iDefaultIcon: PtrInt): PtrInt;