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 13a8f82 commit e6c9338Copy full SHA for e6c9338
Plugins/Flow.Launcher.Plugin.Program/Main.cs
@@ -102,7 +102,7 @@ public async Task InitAsync(PluginInitContext context)
102
103
var b = Task.Run(() =>
104
{
105
- Stopwatch.Normal("|Flow.Launcher.Plugin.Program.Main|Win32Program index cost", IndexUwpPrograms);
+ Stopwatch.Normal("|Flow.Launcher.Plugin.Program.Main|UWPPRogram index cost", IndexUwpPrograms);
106
});
107
108
if (cacheEmpty)
0 commit comments