From ed99112b621279e11399f9edbc84db51f939a259 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Thu, 23 Apr 2020 19:24:13 +1000 Subject: [PATCH] update --- Flow.Launcher.Core/Plugin/PluginInstaller.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Core/Plugin/PluginInstaller.cs b/Flow.Launcher.Core/Plugin/PluginInstaller.cs index c58acacc1..fdea98b5d 100644 --- a/Flow.Launcher.Core/Plugin/PluginInstaller.cs +++ b/Flow.Launcher.Core/Plugin/PluginInstaller.cs @@ -77,7 +77,7 @@ namespace Flow.Launcher.Core.Plugin //exsiting plugins may be has loaded by application, //if we try to delelte those kind of plugins, we will get a error that indicate the //file is been used now. - //current solution is to restart flowlauncher. Ugly. + //current solution is to restart Flow Launcher. Ugly. //if (MainWindow.Initialized) //{ // Plugins.Initialize();