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 d3d0ccf commit 048a40dCopy full SHA for 048a40d
Plugins/Flow.Launcher.Plugin.BrowserBookmark/Main.cs
@@ -32,7 +32,7 @@ public void Init(PluginInitContext context)
32
_settings = context.API.LoadSettingJsonStorage<Settings>();
33
34
_faviconCacheDir = Path.Combine(
35
- _context.CurrentPluginMetadata.PluginCacheDirectoryPath,
+ context.CurrentPluginMetadata.PluginCacheDirectoryPath,
36
"FaviconCache");
37
38
FilesFolders.ValidateDirectory(_faviconCacheDir);
0 commit comments