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 f564d4b commit 7f23ac4Copy full SHA for 7f23ac4
Flow.Launcher.Core/Plugin/PluginsLoader.cs
@@ -118,7 +118,7 @@ public static IEnumerable<PluginPair> DotNetPlugins(List<PluginMetadata> source)
118
Task.Run(() =>
119
{
120
MessageBox.Show($"{errorMessage}{Environment.NewLine}{Environment.NewLine}" +
121
- $"{errorPluginString}{Environment.NewLine}{Environment.NewLine} " +
+ $"{errorPluginString}{Environment.NewLine}{Environment.NewLine}" +
122
$"Please refer to the logs for more information","",
123
MessageBoxButtons.OK, MessageBoxIcon.Warning);
124
});
0 commit comments