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 64ecd1f commit d888b30Copy full SHA for d888b30
Flow.Launcher/ViewModel/PluginViewModel.cs
@@ -166,7 +166,7 @@ private static Control TryCreateSettingPanel(PluginPair pair)
166
public string QueryTime => PluginPair.Metadata.AvgQueryTime + "ms";
167
public string Version => Localize.plugin_query_version() + " " + PluginPair.Metadata.Version;
168
public string InitAndQueryTime =>
169
- Localize.plugin_init_time()+ " " +
+ Localize.plugin_init_time() + " " +
170
PluginPair.Metadata.InitTime + "ms, " +
171
Localize.plugin_query_time()+ " " +
172
PluginPair.Metadata.AvgQueryTime + "ms";
0 commit comments