mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Preload top used images.
This commit is contained in:
@@ -482,7 +482,7 @@ namespace Wox
|
||||
pluginAuthor.Text = "By: " + pair.Metadata.Author;
|
||||
pluginSubTitle.Text = pair.Metadata.Description;
|
||||
pluginId = pair.Metadata.ID;
|
||||
pluginIcon.Source = ImageLoader.Load(pair.Metadata.FullIcoPath);
|
||||
pluginIcon.Source = ImageLoader.ImageLoader.Load(pair.Metadata.FullIcoPath);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -499,7 +499,7 @@ namespace Wox
|
||||
tbOpenPluginDirecoty.Visibility = Visibility.Collapsed;
|
||||
pluginActionKeywordTitle.Visibility = Visibility.Collapsed;
|
||||
pluginTitle.Cursor = Cursors.Arrow;
|
||||
pluginIcon.Source = ImageLoader.Load(sys.FullIcoPath);
|
||||
pluginIcon.Source = ImageLoader.ImageLoader.Load(sys.FullIcoPath);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user