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 cdd5bf1 commit 7264f54Copy full SHA for 7264f54
Flow.Launcher.Core/Plugin/PluginsLoader.cs
@@ -126,10 +126,9 @@ private static IEnumerable<PluginPair> DotNetPlugins(List<PluginMetadata> source
126
127
_ = Task.Run(() =>
128
{
129
- API.ShowMsgBox($"{errorMessage}{Environment.NewLine}{Environment.NewLine}" +
130
- $"{errorPluginString}{Environment.NewLine}{Environment.NewLine}" +
131
- API.GetTranslation("referToLogs"), string.Empty,
132
- MessageBoxButton.OK, MessageBoxImage.Warning);
+ API.ShowMsgError($"{errorMessage}{Environment.NewLine}{Environment.NewLine}" +
+ $"{errorPluginString}{Environment.NewLine}{Environment.NewLine}" +
+ API.GetTranslation("referToLogs"));
133
});
134
}
135
0 commit comments