mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
[PTRun]Fix Hash Collision in Image Cache (#31503)
This commit is contained in:
@@ -8,6 +8,6 @@ namespace Wox.Infrastructure.Image
|
||||
{
|
||||
public interface IImageHashGenerator
|
||||
{
|
||||
string GetHashFromImage(ImageSource image);
|
||||
string GetHashFromImage(ImageSource image, string filePath);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user