File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Plugins/Flow.Launcher.Plugin.BrowserBookmark Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22using System . Collections . Generic ;
33using System . Linq ;
44using System . Windows . Controls ;
5- using Flow . Launcher . Infrastructure ;
65using Flow . Launcher . Plugin . BrowserBookmark . Commands ;
76using Flow . Launcher . Plugin . BrowserBookmark . Models ;
87using Flow . Launcher . Plugin . BrowserBookmark . Views ;
98using System . IO ;
109using System . Threading . Channels ;
1110using System . Threading . Tasks ;
1211using System . Threading ;
12+ using Flow . Launcher . Plugin . SharedCommands ;
1313
1414namespace Flow . Launcher . Plugin . BrowserBookmark ;
1515
@@ -35,7 +35,7 @@ public void Init(PluginInitContext context)
3535 _context . CurrentPluginMetadata . PluginCacheDirectoryPath ,
3636 "FaviconCache" ) ;
3737
38- Helper . ValidateDirectory ( _faviconCacheDir ) ;
38+ FilesFolders . ValidateDirectory ( _faviconCacheDir ) ;
3939
4040 LoadBookmarksIfEnabled ( ) ;
4141 }
You can’t perform that action at this time.
0 commit comments