mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-15 05:06:47 +00:00
Fix and normalize whitespace
This commit is contained in:
@@ -26,9 +26,10 @@ namespace ElectronNET.API.Entities
|
||||
var bytes = Convert.FromBase64String(item.Value);
|
||||
newDictionary.Add(item.Key, Image.FromStream(new MemoryStream(bytes)));
|
||||
}
|
||||
|
||||
return new NativeImage(newDictionary);
|
||||
}
|
||||
|
||||
public override bool CanConvert(Type objectType) => objectType == typeof(NativeImage);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user