Skip to content

Commit 6e19b49

Browse files
Freeze logo
1 parent efece39 commit 6e19b49

File tree

1 file changed

+2
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.Program/Programs

1 file changed

+2
-1
lines changed

Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,9 +691,10 @@ private BitmapImage ImageFromPath(string path)
691691
{
692692
var image = new BitmapImage();
693693
image.BeginInit();
694-
image.UriSource = new Uri(path);
694+
image.UriSource = new Uri(path);
695695
image.CacheOption = BitmapCacheOption.OnLoad;
696696
image.EndInit();
697+
image.Freeze();
697698
return image;
698699
}
699700
else

0 commit comments

Comments
 (0)