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 267b79a commit b0d29beCopy full SHA for b0d29be
Plugins/Flow.Launcher.Plugin.WebSearch/Main.cs
@@ -166,9 +166,7 @@ void Init()
166
// Custom images directory is in the WebSearch's data location folder
167
var name = Path.GetFileNameWithoutExtension(_context.CurrentPluginMetadata.ExecuteFileName);
168
CustomImagesDirectory = Path.Combine(DataLocation.PluginSettingsDirectory, name, "CustomIcons");
169
- }
170
-
171
- ;
+ };
172
}
173
174
#region ISettingProvider Members
0 commit comments