We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 722d1f0 commit ed99112Copy full SHA for ed99112
Flow.Launcher.Core/Plugin/PluginInstaller.cs
@@ -77,7 +77,7 @@ internal static void Install(string path)
77
//exsiting plugins may be has loaded by application,
78
//if we try to delelte those kind of plugins, we will get a error that indicate the
79
//file is been used now.
80
- //current solution is to restart flowlauncher. Ugly.
+ //current solution is to restart Flow Launcher. Ugly.
81
//if (MainWindow.Initialized)
82
//{
83
// Plugins.Initialize();
0 commit comments