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 d888b30 commit 15cd0edCopy full SHA for 15cd0ed
Flow.Launcher/ViewModel/PluginViewModel.cs
@@ -168,7 +168,7 @@ private static Control TryCreateSettingPanel(PluginPair pair)
168
public string InitAndQueryTime =>
169
Localize.plugin_init_time() + " " +
170
PluginPair.Metadata.InitTime + "ms, " +
171
- Localize.plugin_query_time()+ " " +
+ Localize.plugin_query_time() + " " +
172
PluginPair.Metadata.AvgQueryTime + "ms";
173
public string ActionKeywordsText => string.Join(Query.ActionKeywordSeparator, PluginPair.Metadata.ActionKeywords);
174
public string SearchDelayTimeText => PluginPair.Metadata.SearchDelayTime == null ?
0 commit comments