Skip to content

Commit 49dc657

Browse files
committed
Fix build issue
1 parent 53f3e73 commit 49dc657

File tree

1 file changed

+2
-2
lines changed
  • Plugins/Flow.Launcher.Plugin.BrowserBookmark

1 file changed

+2
-2
lines changed

Plugins/Flow.Launcher.Plugin.BrowserBookmark/Main.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Windows.Controls;
5-
using Flow.Launcher.Infrastructure;
65
using Flow.Launcher.Plugin.BrowserBookmark.Commands;
76
using Flow.Launcher.Plugin.BrowserBookmark.Models;
87
using Flow.Launcher.Plugin.BrowserBookmark.Views;
98
using System.IO;
109
using System.Threading.Channels;
1110
using System.Threading.Tasks;
1211
using System.Threading;
12+
using Flow.Launcher.Plugin.SharedCommands;
1313

1414
namespace 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
}

0 commit comments

Comments
 (0)