We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6e338 commit 3623f88Copy full SHA for 3623f88
Flow.Launcher/ViewModel/PluginViewModel.cs
@@ -1,7 +1,6 @@
1
using System.Windows;
2
using System.Windows.Media;
3
using Flow.Launcher.Plugin;
4
-using Flow.Launcher.Core.Resource;
5
using Flow.Launcher.Infrastructure.Image;
6
using Flow.Launcher.Core.Plugin;
7
@@ -11,8 +10,6 @@ public class PluginViewModel : BaseModel
11
10
{
12
public PluginPair PluginPair { get; set; }
13
14
- private readonly Internationalization _translator = InternationalizationManager.Instance;
15
-
16
public ImageSource Image => ImageLoader.Load(PluginPair.Metadata.IcoPath);
17
public bool PluginState
18
0 commit comments