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 04e551d commit 82a8d56Copy full SHA for 82a8d56
Plugins/Flow.Launcher.Plugin.Sys/Main.cs
@@ -86,7 +86,7 @@ private string GetDynamicTitle(Query query, Result result)
86
{
87
if (!KeywordTitleMappings.TryGetValue(result.Title, out var translationKey))
88
89
- Log.Error($"Dynamic Title not found for: {result.Title}");
+ Log.Error("Flow.Launcher.Plugin.Sys.Main", $"Dynamic Title not found for: {result.Title}");
90
return "Title Not Found";
91
}
92
0 commit comments