mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
remove comment
This commit is contained in:
@@ -174,7 +174,6 @@ namespace Wox.Infrastructure.Image
|
|||||||
|
|
||||||
public static ImageSource Load(string path, bool loadFullImage = false)
|
public static ImageSource Load(string path, bool loadFullImage = false)
|
||||||
{
|
{
|
||||||
// return LoadInternal(path, loadFullImage).ImageSource;
|
|
||||||
var imageResult = LoadInternal(path, loadFullImage);
|
var imageResult = LoadInternal(path, loadFullImage);
|
||||||
|
|
||||||
var img = imageResult.ImageSource;
|
var img = imageResult.ImageSource;
|
||||||
|
|||||||
Reference in New Issue
Block a user