UPD: apply 'cm_openstash' in TStashFileSource.GetMainIcon()

This commit is contained in:
rich2014 2026-06-17 09:38:53 +08:00
commit 9b4c0854da
2 changed files with 1 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

View file

@ -248,8 +248,7 @@ end;
class function TStashFileSource.GetMainIcon(out Path: String): Boolean;
begin
Path:= EnvVarCommanderPath + PathDelim + 'pixmaps' + PathDelim + 'stuff' + PathDelim + 'stash.png';
Path:= mbExpandFileName( Path );
Path:= 'cm_openstash';
Result:= True;
end;