Skip to content

Commit ed99112

Browse files
committed
update
1 parent 722d1f0 commit ed99112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Core/Plugin/PluginInstaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ internal static void Install(string path)
7777
//exsiting plugins may be has loaded by application,
7878
//if we try to delelte those kind of plugins, we will get a error that indicate the
7979
//file is been used now.
80-
//current solution is to restart flowlauncher. Ugly.
80+
//current solution is to restart Flow Launcher. Ugly.
8181
//if (MainWindow.Initialized)
8282
//{
8383
// Plugins.Initialize();

0 commit comments

Comments
 (0)