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; class function TStashFileSource.GetMainIcon(out Path: String): Boolean;
begin begin
Path:= EnvVarCommanderPath + PathDelim + 'pixmaps' + PathDelim + 'stuff' + PathDelim + 'stash.png'; Path:= 'cm_openstash';
Path:= mbExpandFileName( Path );
Result:= True; Result:= True;
end; end;