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 2
2
using System . Collections . Generic ;
3
3
using System . Linq ;
4
4
using System . Windows . Controls ;
5
- using Flow . Launcher . Infrastructure ;
6
5
using Flow . Launcher . Plugin . BrowserBookmark . Commands ;
7
6
using Flow . Launcher . Plugin . BrowserBookmark . Models ;
8
7
using Flow . Launcher . Plugin . BrowserBookmark . Views ;
9
8
using System . IO ;
10
9
using System . Threading . Channels ;
11
10
using System . Threading . Tasks ;
12
11
using System . Threading ;
12
+ using Flow . Launcher . Plugin . SharedCommands ;
13
13
14
14
namespace Flow . Launcher . Plugin . BrowserBookmark ;
15
15
@@ -35,7 +35,7 @@ public void Init(PluginInitContext context)
35
35
_context . CurrentPluginMetadata . PluginCacheDirectoryPath ,
36
36
"FaviconCache" ) ;
37
37
38
- Helper . ValidateDirectory ( _faviconCacheDir ) ;
38
+ FilesFolders . ValidateDirectory ( _faviconCacheDir ) ;
39
39
40
40
LoadBookmarksIfEnabled ( ) ;
41
41
}
You can’t perform that action at this time.
0 commit comments