Skip to content

Commit e9fc508

Browse files
committed
Merge branch 'PositionOption' of https://github.com/onesounds/Flow.Launcher into PositionOption
2 parents 17e6719 + 9490fd2 commit e9fc508

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

Flow.Launcher.Infrastructure/Image/ImageLoader.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ private static BitmapImage LoadFullImage(string path)
252252
image.BeginInit();
253253
image.CacheOption = BitmapCacheOption.OnLoad;
254254
image.UriSource = new Uri(path);
255+
image.CreateOptions = BitmapCreateOptions.IgnoreColorProfile;
255256
image.EndInit();
256257
return image;
257258
}
-1.6 KB
Loading
-910 Bytes
Loading

0 commit comments

Comments
 (0)