mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Freeze logo
This commit is contained in:
parent
efece39c1e
commit
6e19b49f91
1 changed files with 2 additions and 1 deletions
|
|
@ -691,9 +691,10 @@ namespace Flow.Launcher.Plugin.Program.Programs
|
|||
{
|
||||
var image = new BitmapImage();
|
||||
image.BeginInit();
|
||||
image.UriSource = new Uri(path);
|
||||
image.UriSource = new Uri(path);
|
||||
image.CacheOption = BitmapCacheOption.OnLoad;
|
||||
image.EndInit();
|
||||
image.Freeze();
|
||||
return image;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue